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 ordinary-index search #265

Open jeltsch opened 2 months ago

jeltsch commented 2 months ago

We shall add property-based tests for the search function of the ordinary index.

Furthermore, we shall add property-based tests for the binarySearchL function for immutable vectors, which is used by search, in case we haven’t ended up implementing that function by reusing binarySearchL from vector-algorithms.