Expand description
High-performance streaming DDEX parser implementation
Re-exports§
pub use element::ParsedElement;pub use fast_streaming_parser::create_fast_parser;pub use fast_streaming_parser::FastElementType;pub use fast_streaming_parser::FastParsingStats;pub use fast_streaming_parser::FastStreamingElement;pub use fast_streaming_parser::FastStreamingIterator;pub use fast_streaming_parser::FastStreamingParser;pub use fast_zero_copy::FastZeroCopyIterator;pub use fast_zero_copy::FastZeroCopyParser;pub use iterator::DDEXStreamIterator;pub use parallel_parser::ParallelBenchmark;pub use parallel_parser::ParallelStreamingIterator;pub use parallel_parser::ParallelStreamingParser;pub use parser::StreamingDDEXParser;pub use state::ParserState;pub use state::ParsingContext;pub use working_impl::WorkingStreamIterator;pub use working_impl::WorkingStreamingElement;pub use working_impl::WorkingStreamingParser;pub use working_impl::WorkingStreamingStats;pub use zero_copy_parser::ZeroCopyElement;pub use zero_copy_parser::ZeroCopyParser;pub use zero_copy_parser::ZeroCopyStreamIterator;
Modules§
- aligned_
comprehensive - Model-aligned comprehensive streaming parser using builders
- comprehensive
- Comprehensive streaming DDEX parser using model-aligned types
- element
- Parsed element types for streaming interface
- fast_
streaming_ parser - Ultra-high-performance streaming DDEX parser targeting 280+ MB/s throughput
- fast_
zero_ copy - Fast zero-copy streaming parser optimized for maximum throughput
- fixed_
comprehensive - Fixed comprehensive streaming parser with resolved type mismatches
- iterator
- Iterator implementation for streaming DDEX parser
- minimal
- Minimal working streaming parser implementation
- parallel_
parser - Parallel streaming parser for achieving 6.25x speedup on 8 cores
- parser
- Core streaming DDEX parser implementation
- state
- State machine for streaming DDEX parser
- verification
- Verification script for model-aligned comprehensive streaming parser
- working_
impl - Functional streaming parser implementation for DDEX
- zero_
copy_ parser - Zero-copy high-performance streaming parser for DDEX XML
Structs§
- Streaming
Config - Configuration for streaming parser
- Streaming
Progress - Progress information for streaming parsing