Module optimized_xml_writer

Module optimized_xml_writer 

Source
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§

OptimizedXmlWriter
High-performance XML writer with optimizations