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