aeternusdb 1.0.1

An embeddable, persistent key-value store built on an LSM-tree architecture.
Documentation
1
2
3
4
5
//! Tests for STCS (Size-Tiered Compaction Strategy).

mod tests_major;
mod tests_minor;
mod tests_tombstone;