pagedb 0.1.0-beta.6

Encrypted, portable, embedded page store with B+ tree and segment-file surfaces.
Documentation
1
2
3
4
5
//! Group commit coordination. H ships serial commits — each `commit()`
//! produces its own root and header fsync. Future letters will coalesce
//! concurrent `commit()` futures into a single fsync. The public contract
//! (distinct `CommitId`s may map to one durable root within a batch) is
//! preserved trivially with batch size 1.