Skip to content

v0.0.4

Choose a tag to compare

@sw-release-bot sw-release-bot released this 01 Apr 06:07
· 305 commits to main since this release
db372df

Added

  • (encoding) add streaming write encoder (#45)
  • (encoding) add dictionary compression support (#44)

Performance

  • (decoding) optimize sequence execution with overlap fast paths (#42)
  • (encoding) interleave fastest hash fill insertion (#41)
  • (encoding) align fastest matcher with zstd fast path (#39)

Testing

  • (bench) expand benchmark parity matrix (#43)
  • (bench) expand zstd benchmark suite (#38)