v2.47.51
viarotel-org/escrcpyv2.47.51Mar 19, 2026by j-mendez
AI Summary
Adds performance features for multi-socket servers and zero-copy parsing to improve throughput and reduce memory overhead.
Key Highlights
- NUMA thread pinning for multi-socket servers via `numa` feature
- Zerocopy wire parsing for HTTP status lines, cache headers, and DNS records
- Zero-copy reduces unnecessary allocations and string conversions
New Features
- NUMA thread pinning
- Zerocopy wire parsing
Full Release Notes
- NUMA thread pinning for multi-socket servers (`numa` feature) - zerocopy wire parsing for HTTP status lines, cache headers, DNS records (`zero_copy` feature)