Expand description
Checkpoint persistence — trait + in-memory implementation.
The Checkpointer trait is storage-agnostic: it accepts and returns
opaque bytes. The graph engine handles serialization (bincode).
SurrealDB implementation lives in pe-memory (Plan 005).
Structs§
- Checkpoint
Meta - Metadata about a single checkpoint.
- InMemory
Checkpointer - In-memory checkpointer for testing and short-lived graphs.
- Pending
Write - A single node’s write record within a superstep.
Traits§
- Checkpointer
- Storage-agnostic checkpoint persistence.