Skip to content

Releases: facebook/zstd

Zstandard v0.2.2

28 Oct 11:28
Compare
Choose a tag to compare

Fixed : wrong binary generation by Visual Studio 2013 & 2015 in release mode (issue #52, compiler bug), reported and fixed by Christophe Chevalier (@KrzysFR)

Zstandard v0.2.1

24 Oct 13:07
Compare
Choose a tag to compare

Fixed issues reported by Hanno Böck (@hannob)

Zstandard v0.2

22 Oct 07:32
Compare
Choose a tag to compare
  • Improved decompression speed (+30%)
  • New compressed format
    • Decoder compatible with v0.1.x compressed files

Zstandard v0.1.3

15 Oct 11:47
Compare
Choose a tag to compare

minor improvements :

  • Saved one allocation, thanks to @xaphier
  • Fixed uninitialization warnings thanks to @nemequ report

Zstandard v0.1.2

11 Sep 09:33
Compare
Choose a tag to compare

Added : frame concatenation support

Zstandard v0.1.1

26 Aug 23:00
Compare
Choose a tag to compare
  • fixed a bug in compression
  • detects write-on-flush errors

First Zstd release

25 Aug 00:47
Compare
Choose a tag to compare

First Zstd release,
compression speed ~ 250 MB/s per core, and decompression speed > 500 MB/s per core.
It features a "robust" decoder, able to properly handle erroneous input.

Note : the internal compressed format is not yet "final".
Use this version for testing only, or if you intend to ship the decoder alongside compressed data.