zippoxer / bow

Bow - Minimal embedded database powered by Badger
MIT License
224 stars 15 forks source link

protocol buffer codec #1

Open akhenakh opened 6 years ago

akhenakh commented 6 years ago

do you work/plan on a protocol buffer codec ?

zippoxer commented 6 years ago

I haven't had the chance to play with protocol buffers yet. I know gogo/protobuf is super fast, and that Protocol Buffers is more space efficient than both JSON and MessagePack, but I have yet to hit a performance or disk-space problem with codec/msgp yet. So no plans for now, but I'm not ruling it out.

sh0umik commented 4 years ago

Protobuff Codec would be great