Skip to main content

Module dictionary

Module dictionary 

Source
Expand description

Dictionary — string interning (§85 Phase 2).

libxml2’s xmlDict for efficient string comparison and memory sharing. Dictionary ownership and lifecycle are critical for tree integrity.

Phase 0: scaffolded. Implementation begins in Phase 2.