IntersectMBO / lsm-tree

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

Implement table updates by inserting into write buffer #251

Closed mheinzel closed 2 months ago

mheinzel commented 2 months ago

It might make sense to pull more parts of the table handle outside of the RWVar and sum type.