Expand description
High-performance XML writer optimized for DDEX Builder
This writer uses string interning, buffer pooling, and vectorized operations to achieve target performance of <10ms for typical albums.
Modules§
- vectorized
- Vectorized XML operations for batch processing
Structs§
- Optimized
XmlWriter - High-performance XML writer with optimizations