creationix / nstore

nStore is a simple, in-process key/value database for node.js
MIT License
392 stars 31 forks source link

msgpack #22

Closed dvv closed 13 years ago

dvv commented 13 years ago

Hi!

Wonder if you could consider using msgpack as store format?

TIA, --Vladimir

creationix commented 13 years ago

I'd love to maybe as a plugin, but I want core nStore to be binary addon free. If someone could write a fast pure js msgpack that was faster than json then I would use it.