Skip to content

v0.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 13:58
· 85 commits to main since this release

Added

  • zstd-platform aggregator artifact: one dependency pulls the bindings plus
    every platform's native library, so a build runs on any OS/arch without
    choosing a classifier.
  • MemorySegment constructors on ZstdCompressDict / ZstdDecompressDict to
    digest a dictionary straight from off-heap memory (e.g. an mmap slice) with no
    heap byte[] copy.