Expand description
Hybrid parser using sonic-rs for SIMD acceleration
This module provides a high-performance parser that combines:
- sonic-rs for SIMD-accelerated JSON parsing
- PJS semantic analysis for intelligent chunking
Structsยง
- Lazy
Frame - Simplified lazy frame for future implementation
- Sonic
Config - Configuration for the sonic hybrid parser
- Sonic
Parser - High-performance parser using sonic-rs with PJS semantic analysis
- Sonic
Stats - Performance statistics for sonic parser