Module zero_copy_parser

Module zero_copy_parser 

Source
Expand description

Zero-copy high-performance streaming parser for DDEX XML

This implementation targets 280+ MB/s throughput using:

  • Zero-copy string handling
  • SIMD-accelerated pattern matching

Structs§

ZeroCopyIterator
High-performance iterator wrapper for backward compatibility
ZeroCopyParser
Zero-copy high-performance streaming parser
ZeroCopyStats
ZeroCopyStreamIterator
High-performance stream iterator that integrates with existing API

Enums§

ZeroCopyElement
High-performance parsed element