StratumLSM
LiveWrite-Optimized Storage Engine
A Log-Structured Merge-Tree storage engine in C++ with a SkipList-based MemTable, CRC32-protected Write-Ahead Log for crash recovery, and size-tiered compaction. Integrates with the Linux perf subsystem to quantify write amplification and hardware-level execution metrics.