Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

Use binary search for options.start as well #13

Closed nolanlawson closed 8 years ago

nolanlawson commented 10 years ago

Wrote this optimization for local-storage down, but it could just as easily apply to memdown: https://github.com/No9/localstorage-down/issues/23.

nolanlawson commented 8 years ago

this doesn't matter anymore, because we're using a RBT