Expand description
Optimized RESP2 protocol implementation
This module provides optimized versions of RESP2 encoding and decoding with focus on memory allocation reduction and performance improvements.
Structsยง
- Optimized
Resp Decoder - Optimized RESP2 decoder with streaming support and reduced allocations
- Optimized
Resp Encoder - Optimized RESP2 encoder with buffer pre-sizing and zero-copy optimizations