Skip to main content

Module buffer_pool

Module buffer_pool 

Source
Expand description

Sector-aligned buffer pool for I/O operations

This module provides a pool of pre-allocated sector-aligned memory buffers for efficient I/O operations. Based on C++ FASTER’s NativeSectorAlignedBufferPool.

Structs§

AlignedBufferPool
Pool of sector-aligned memory buffers for I/O operations.
PooledBuffer
A buffer checked out from the pool. Returns to the pool on drop.