IntersectMBO / lsm-tree

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

Implement range lookups #390

Open mheinzel opened 5 days ago

mheinzel commented 5 days ago

Description

Just a quick implementation, but makes the lockstep tests pass. Might benefit from additional tests and benchmarking.

Depends on #389.