Module zero_copy_value

Module zero_copy_value 

Source
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ยง

OptimizedValue
An optimized YAML value that minimizes allocations