IntersectMBO / lsm-tree

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

Integrate `NoCache` #274

Closed jorisdral closed 1 month ago

dcoutts commented 1 month ago

So I've applied most of the suggestions, but not yet the one about passing the disk caching policy at the moment the run is created (rather than using a later setter). I intend to add that change too. So this is an intermediate point, but closer.