Skip to main content

Module simd_json

Module simd_json 

Source
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§

BatchEventParser
Batch event parser optimized for high-throughput ingestion
SimdJsonParser
High-performance JSON parser using SIMD instructions
SimdJsonStats
Statistics for SIMD JSON parsing performance
ZeroCopyJson
Zero-copy JSON value for read-only access

Enums§

SimdJsonError
Errors from SIMD JSON parsing