Expand description
Optimized YAML value representation with reduced allocations
This module provides an optimized Value type that reduces cloning and allocations through careful use of reference counting and copy-on-write semantics.
Enumsยง
- Optimized
Value - An optimized YAML value that minimizes allocations