IntersectMBO / lsm-tree

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

Add tests for the immutable-vector `binarySearchL` #262

Open jeltsch opened 2 months ago

jeltsch commented 2 months ago

We shall add tests for the binarySearchL function that works with immutable vectors, which we are adding in response to #252.