Rahul Sharma (Editor)

Zstandard

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Yann Collet

Development status
  
Active

Developer(s)
  
Yann Collet, Przemysław Skibiński (inikep)

Initial release
  
January 24, 2015 (2015-01-24)

Stable release
  
1.1.3 / February 6, 2017; 54 days ago (2017-02-06)

Repository
  
github.com/facebook/zstd

Zstandard (or Zstd) is a lossless data compression algorithm developed by Yann Collet at Facebook. The name also refers to the reference implementation in C. Version 1 of implementation was released as free software on 31 August 2016.

Contents

Features

Zstandard was designed to give compression comparable to that of DEFLATE (.ZIP, gzip) with higher compression / decompression speeds.

Zstandard combines use of a dictionary-type algorithm (LZ77) and Finite State Entropy (tANS) stage of entropy coding.

License

The reference implementation is licensed under the BSD License, published at GitHub. Since version 1.0, it has additional Grant of Patent Rights.

References

Zstandard Wikipedia


Similar Topics