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§
- Aligned
Buffer Pool - Pool of sector-aligned memory buffers for I/O operations.
- Pooled
Buffer - A buffer checked out from the pool. Returns to the pool on drop.