Module buffer

Module buffer 

Source
Expand description

High-performance buffer management for SBE operations

Structs§

SbeBuffer
Aligned buffer for SBE operations with SIMD optimization
SbeReader
SBE message reader for zero-copy decoding

Constants§

DEFAULT_BUFFER_CAPACITY
Default buffer capacity for small messages
MAX_MESSAGE_SIZE
Maximum message size for SBE messages (64KB)
SBE_HEADER_SIZE
SBE message header size (length + template ID + schema version)

Type Aliases§

SbeSmallVec
Small vector type optimized for temporary collections in SBE operations