Module compaction

Source
Expand description

Contains compaction strategies

Structs§

Fifo
FIFO-style compaction
Input
Input for compactor.
Leveled
Levelled compaction strategy (LCS)
SizeTiered
Size-tiered compaction strategy (STCS)

Enums§

Choice
Describes what to do (compact or not)

Traits§

CompactionStrategy
Trait for a compaction strategy

Type Aliases§

Levelled
Alias for Leveled