Skip to content

zstd 1.5.0

Compare
Choose a tag to compare
@Viq111 Viq111 released this 24 Nov 15:17
· 53 commits to 1.x since this release
c4c921b

This release updates the upstream zstd version to 1.5.0 (#106) (thanks @SirSniper!) which sports some major performance improvements!

It comes with additional changes to the Go wrapper:

  • Allow building against zstd dynamic library instead of static by @dopuskh3 (#109)
  • Don't block the stream reader when a block is available by @delthas (#96)