Expand description
Performance optimization modules including zero-allocation parsers Performance optimizations for high-frequency trading market data processing
Provides zero-allocation and SIMD-optimized components for maximum throughput and minimal latency in market data processing pipelines.
Re-exports§
pub use zero_alloc_parser::MessageType;pub use zero_alloc_parser::ParserStats;pub use zero_alloc_parser::ZeroAllocParser;pub use zero_alloc_parser::extract_trade_fields;pub use zero_alloc_parser::parse_message_fast;pub use zero_alloc_parser::parser_stats;
Modules§
- zero_
alloc_ parser - Zero-allocation JSON parser for market data messages Zero-allocation WebSocket message parser for HFT applications