Skip to content

Releases: NasitSony/VeriStore

v0.1.0 — Initial release

Choose a tag to compare

@NasitSony NasitSony released this 29 May 17:29

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