Expand description
Buffer pooling for reducing allocation overhead
This module provides a buffer pool for reusing memory allocations across multiple HTTP requests, reducing GC pressure and improving performance.
Structsยง
- Buffer
Pool - A pool of reusable buffers for HTTP response bodies