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§
- SbeSmall
Vec - Small vector type optimized for temporary collections in SBE operations