IntersectMBO / lsm-tree

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

Consider an "untyped" public API #267

Open jorisdral opened 2 months ago

jorisdral commented 2 months ago

That is, an API where keys, values and blobs are already expected to be serialised bytes. The typed API can still exist as a light wrapper around the untyped API