Expand description
High-performance incremental document parsing with subtree reuse
This module provides incremental parsing with subtree reuse. Single-edit
fast-path updates target <1ms; batch edits (apply_edits) always perform
a fresh parse for correctness validation, so batch latency scales with
document size rather than edit size.
Structs§
- Incremental
Document - A document with incremental parsing and subtree reuse
- Parse
Metrics - Performance metrics for incremental parsing
- Subtree
Cache - Cache for reusable subtrees
Enums§
- Symbol
Priority - Priority levels for symbols in cache eviction