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 general-purpose chunk handling #296

Closed jeltsch closed 3 weeks ago

jeltsch commented 1 month ago

This adds a general-purpose module for dealing with chunks, which comprises a chunk type and support for chunk production suitable for incremental index serialization.

Note that this pull request does not include tests. These are called for by #297.