Expand description
Zero-copy memory pools for high-frequency allocations
This module provides memory pool implementations that eliminate allocations in critical paths and optimize for sub-microsecond latency in trading systems.
Structsยง
- Buffer
Handle - Raw buffer handle for zero-copy operations
- Global
Pool Manager - Global memory pool manager for the trading system
- Global
Pool Statistics - Comprehensive statistics from all memory pools
- Pool
Statistics - Statistics for memory pool usage
- Simd
Buffer Handle - SIMD-aligned buffer handle for vectorized operations
- Simd
Memory Pool - SIMD-aligned memory pool for vectorized operations
- Typed
Buffer Handle - Typed buffer handle for specific data structures
- Typed
Memory Pool - Typed memory pool for specific data structures
- Zerocopy
Memory Pool - Main zero-copy memory pool implementation
- Zerocopy
Pool Config - Configuration for zerocopy memory pools