Expand description
SIMD-accelerated JSON parsing optimizations
This module provides vectorized operations for JSON parsing hot paths using CPU SIMD instructions for maximum performance.
Structs§
- Array
Stats - Statistics calculated for numeric arrays
- KeyScan
Result - Result of SIMD object key scanning
- Simd
Classifier - SIMD-optimized JSON value classification
- Simd
Numeric Ops - SIMD-optimized numeric operations for arrays
Enums§
- Value
Class - JSON value classification for fast type determination