lsm-tree-0.1.0.0: Log-structured merge-trees
Safe HaskellSafe-Inferred
LanguageGHC2021

Database.LSMTree.Internal.WriteBuffer

Description

The in-memory LSM level 0.

Synopsis

Documentation

fromList Source #

\( O(n \log n) \)

rangeLookups :: WriteBuffer -> Range SerialisedKey -> [(SerialisedKey, Entry SerialisedValue BlobSpan)] Source #

We return Entry so we can properly combine lookup results.

Note: Deletes are not filtered out.