Enhancements
- CLI argument parsing and output formatting
- Zerocopy support with MessageHeaderRaw struct and ZeroCopyMessage
- Parser builder with mmap support
- Error handling for stock and mpid parsing, tests for UTF-8
Refactors
- Update edition to 2024
- Extract common header parsing into a macro
- Macro to simplify message dispatching
- Update SIMD code to use safe arch intrinsics
- Split benchmark into separate modules
- SpscParser to use WorkUnit for chunk submission
Chores
- Update dependencies