Releases: NasitSony/VeriStore
Releases · NasitSony/VeriStore
Release list
v0.1.0 — Initial release
v0.1.0 — Initial release
First public release of VeriStore, a correctness-first replicated
storage engine in C++.
What's included
- WAL durability with crash-consistent recovery
- Group commit batching (~2.7x throughput improvement)
- Snapshot-based checkpointing and log compaction
- Raft consensus replication with leader election
- Mini S3-style object storage with chunked writes
- Prefix-based object listing
- Mark-and-sweep garbage collection
- CRC-based corruption detection