IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-Trees
Apache License 2.0
25 stars 7 forks source link

Allow creating cursor at offset #389

Closed mheinzel closed 18 hours ago

mheinzel commented 5 days ago

Description

Makes use of #346 to optionally initialise cursors at an offset. This is exposed in the public API and will be the foundation for range lookups.