holt 0.1.0

An adaptive-radix-tree metadata storage engine for path-shaped keys, with per-blob concurrency and crash-safe persistence.
Documentation
1
2
3
4
5
6
7
//! Checkpoint — flush dirty blobs + advance journal trim_id.
//!
//! **Status: stub.** v0.1 ships a synchronous checkpoint
//! (`tree.checkpoint()`); v0.2 adds an asynchronous 3-thread
//! checkpointer (checkpoint / io / eviction).

// TODO: dirty set, flush, trim.