Skip to main content

Module pool

Module pool 

Source
Expand description

Buffer pool implementation with multiple modes.

Structsยง

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