Expand description
Fast zero-copy streaming parser optimized for maximum throughput
This implementation focuses on:
- True streaming (not batch processing)
- Minimal allocations using string interning
- Fast pattern matching with memchr
- Simple but efficient element extraction
Structsยง
- Fast
Zero Copy Iterator - Fast streaming iterator
- Fast
Zero Copy Parser - Fast zero-copy streaming parser