Module sonic

Module sonic 

Source
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ยง

LazyFrame
Simplified lazy frame for future implementation
SonicConfig
Configuration for the sonic hybrid parser
SonicParser
High-performance parser using sonic-rs with PJS semantic analysis
SonicStats
Performance statistics for sonic parser