Expand description
SIMD-accelerated JSON parsing for high-throughput event ingestion
This module provides zero-copy JSON parsing using simd-json, which leverages SIMD instructions (AVX2, SSE4.2, NEON) for ~2-3x faster parsing compared to serde_json.
§Performance Characteristics
- Zero-copy parsing where possible
- SIMD-accelerated structural parsing
- Batch processing support
- Memory-efficient arena allocation
Structs§
- Batch
Event Parser - Batch event parser optimized for high-throughput ingestion
- Simd
Json Parser - High-performance JSON parser using SIMD instructions
- Simd
Json Stats - Statistics for SIMD JSON parsing performance
- Zero
Copy Json - Zero-copy JSON value for read-only access
Enums§
- Simd
Json Error - Errors from SIMD JSON parsing