Expand description
Core types and traits for SBE encoding/decoding.
Modules§
- buffer
- Buffer traits and implementations for zero-copy SBE operations.
- decoder
- Decoder traits for SBE messages.
- encoder
- Encoder traits for SBE messages.
- error
- Error types for IronSBE core operations.
- header
- SBE message header types.
- types
- Primitive type definitions and helpers for SBE encoding.
Structs§
- Aligned
Buffer - Cache-line aligned buffer for optimal CPU cache performance.
- Buffer
Pool - Pool of reusable aligned buffers to avoid allocation overhead.
- Group
Header - Repeating group header (4 bytes).
- Message
Header - Standard SBE message header (8 bytes).
- VarData
Header - Variable-length data header.
Enums§
- Decode
Error - Error type for decoding operations.
- Error
- Core error type for IronSBE operations.
Traits§
- Read
Buffer - Trait for read-only buffer access with optimized primitive reads.
- SbeDecoder
- Trait for zero-copy SBE message decoders.
- SbeEncoder
- Trait for SBE message encoders.
- Write
Buffer - Trait for read-write buffer access with optimized primitive writes.
Type Aliases§
- Result
- Result type alias for IronSBE core operations.