Skip to main content

Module pool

Module pool 

Source
Expand description

Buffer pool implementation with multiple modes.

Structsยง

BufferPool
Standard thread-safe buffer pool backed by a Mutex.
FastBufferPool
High-performance lock-free buffer pool with thread-local caching.
FastPoolStats
Statistics for fast buffer pool with thread-local caching.
FastPooledBuffer
A buffer borrowed from a FastBufferPool.
PoolConfig
Configuration for buffer pool behavior.
PoolStats
Statistics for standard buffer pool.
PooledBuffer
A buffer borrowed from a BufferPool.