Expand description
Zero-copy parsing optimizations
This module provides zero-copy parsing patterns to reduce string allocations and improve performance for high-throughput scenarios.
Structs§
- String
Interner - String interning cache for repeated values
- Zero
Copy Buffer - Zero-copy memory buffer for parsing
- Zero
Copy Identifier - Zero-copy identifier parser
- Zero
Copy Parser - Performance-optimized parser with zero-copy patterns
- Zero
Copy Stats - Memory-efficient parsing statistics
Enums§
- Owned
Value - Owned value for when zero-copy is not possible
- Zero
Copy Value - Zero-copy CQL value parser