flumedb / flumeview-keyvalue

a high performance view on an unordered key:value store (the secret is cachabliity)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flumeview-keyvalue

A flumeview that maps to a key:value view, but not explicitly ordered. by making ordering insignificant, the view becomes a lot more cacheable!

I created this, because I needed a index in the browser for keys that was a lot faster that flumeview-idb was giving me.

License

MIT

About

a high performance view on an unordered key:value store (the secret is cachabliity)

License:MIT License


Languages

Language:JavaScript 100.0%