Module resp2_optimized

Module resp2_optimized 

Source
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ยง

OptimizedRespDecoder
Optimized RESP2 decoder with streaming support and reduced allocations
OptimizedRespEncoder
Optimized RESP2 encoder with buffer pre-sizing and zero-copy optimizations