Releases: Hrefto/shorterdb
Releases · Hrefto/shorterdb
v0.2.0
Changelog for ShorterDB v0.2.0
We've migrated to a Cargo workspace, isolating the gRPC server to reduce the core engine's footprint to just 4 dependencies. Under the hood, every layer has been refined: the Memtable now uses precise byte-based tracking with explicit tombstone support, the Write-Ahead Log ensures durability with synchronous writes and correct rotation, and the SST layer has been rebuilt from scratch using a standard binary format with sparse in-memory indexing for efficient lookups.