Skip to content

Lunary v0.2.2 release

Choose a tag to compare

@sundanc sundanc released this 23 Dec 10:21
· 54 commits to main since this release
66252b9

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