Skip to main content

Module buffer

Module buffer 

Source
Expand description

Buffer traits and implementations for zero-copy SBE operations.

This module provides:

Structs§

AlignedBuffer
Cache-line aligned buffer for optimal CPU cache performance.
BufferPool
Pool of reusable aligned buffers to avoid allocation overhead.

Constants§

DEFAULT_BUFFER_SIZE
Default buffer size for the pool (64KB).

Traits§

ReadBuffer
Trait for read-only buffer access with optimized primitive reads.
WriteBuffer
Trait for read-write buffer access with optimized primitive writes.