globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 230 forks source link

Wire Protocol Compression? #308

Open steve-gray opened 5 years ago

steve-gray commented 5 years ago

Looking through the code, I can't find any work that supports the 3.6 onwards wire-protocol compression. I've got a few cases now where I'm tapping out 1/10Gbe network adapters in the field, and I'm wondering if there's any interest in contributions to support this - or if it's already covered?

domodwyer commented 5 years ago

Hi @steve-gray

There's no current support for compression - it would be a super cool addition if you are willing to open a PR!

Dom