Expand description
Buffer pool implementation with multiple modes.
Structsยง
- Buffer
Pool - Standard thread-safe buffer pool using Mutex.
- Fast
Buffer Pool - High-performance lock-free buffer pool.
- Fast
Pool Stats - Statistics for fast buffer pool with thread-local caching.
- Fast
Pooled Buffer - A buffer borrowed from the fast pool.
- Pool
Config - Configuration for buffer pool behavior.
- Pool
Stats - Statistics for standard buffer pool.
- Pooled
Buffer - A buffer borrowed from the standard pool.