DAddYE / leveldb

LevelDB for Ruby (embedded)
http://daddye.it/leveldb
MIT License
126 stars 15 forks source link

Speedup DB#range by seeking to the start of the range. #15

Closed bpot closed 10 years ago

bpot commented 10 years ago

Current behavior iterates through all keys prior to the start of the range, this is much quicker for large databases.

DAddYE commented 10 years ago

Awesome thanks!

DAddYE commented 10 years ago

Tagged v0.1.9. Pushed git commits and tags. Pushed leveldb 0.1.9 to rubygems.org.