Skip to main content

Module zero_copy_parser

Module zero_copy_parser 

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

StringInterner
String interning cache for repeated values
ZeroCopyBuffer
Zero-copy memory buffer for parsing
ZeroCopyIdentifier
Zero-copy identifier parser
ZeroCopyParser
Performance-optimized parser with zero-copy patterns
ZeroCopyStats
Memory-efficient parsing statistics

Enums§

OwnedValue
Owned value for when zero-copy is not possible
ZeroCopyValue
Zero-copy CQL value parser