Expand description
Zero-copy message processing for ultra-high performance
This module provides zero-allocation message handling using bytes::Bytes
for maximum throughput and minimal memory overhead.
Modules§
- fast
- Fast utilities for message processing with SIMD acceleration
- mmap
- Memory-mapped file support (safe wrapper when feature is disabled)
Structs§
- Buffer
Pool - Buffer pool for reusing allocations
- Message
Batch - Zero-copy message batch for efficient bulk processing
- Message
Metadata - Lightweight message metadata
- Zero
Copy Message - Zero-copy message with lazy deserialization
Enums§
- Message
Id - Optimized message ID with Arc sharing