timshannon / bolthold

BoltHold is an embeddable NoSQL store for Go types built on BoltDB
MIT License
648 stars 46 forks source link

Fix iterator seeking #112

Closed timshannon closed 4 years ago

timshannon commented 4 years ago

We lost some performance in large datasets when I removed iterator pre-seeking due to some bugs it created. I've added it back in and corrected the bugs with this PR.