Expand description
DAG-native changelog propagation.
Manages per-node ChangelogBuffer instances for tracking Z-set changes
through a DAG pipeline. Each node can record insertions, deletions, and
retraction pairs that are drained by Ring 1 for checkpointing and sink
delivery.
§Ring 0 Compatibility
All operations use Vec-indexed storage and delegate to ChangelogBuffer
which is pre-allocated and zero-allocation after warmup.
Structs§
- DagChangelog
Propagator - Per-node changelog buffer management for DAG pipelines.