Expand description
SIMD-accelerated zero-copy parser using sonic-rs
This module combines the benefits of SIMD acceleration from sonic-rs with zero-copy parsing techniques to achieve maximum performance.
Structsยง
- Simd
Parse Result - Parse result containing both the value and memory statistics
- Simd
Parsing Stats - Statistics about SIMD parsing performance
- Simd
Zero Copy Config - Configuration for SIMD zero-copy parser
- Simd
Zero Copy Parser - SIMD-accelerated zero-copy parser