32 | 33 | 34 |
35 |
36 |
37 |

Zstandard

38 |
39 |
From Wikipedia, the free encyclopedia
40 |
41 |
42 | Jump to: navigation, search 43 |
44 |
45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 |
Zstandard
Zstandard logo.png
Original author(s)Yann Collet
Developer(s)Yann Collet, Przemysław Skibiński (inikep)
Initial releaseJanuary 25, 2015 (2015-01-25)
Stable release 67 |
1.1.1 / November 1, 2016; 38 days ago (2016-11-01)
68 |
Repositorygithub.com/facebook/zstd
Development statusActive
Written inC
Operating systemCross-platform
PlatformPortable
TypeData compression
LicenseBSD License
Websitewww.zstd.net
103 |

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.[1][2]

104 |

105 |
106 |
107 |

Contents

108 |
109 | 116 |
117 |

118 |

Features[edit]

119 |

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

120 |

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

121 |

License[edit]

122 |

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

123 |

See also[edit]

124 | 130 |

References[edit]

131 |
132 |
    133 |
  1. ^ Sergio De Simone, Facebook Open-Sources New Compression Algorithm Outperforming Zlib / InfoQ, Sep 02, 2016
  2. 134 |
  3. ^ "Life imitates satire: Facebook touts zlib killer just like Silicon Valley's Pied Piper". The Register. 2016-08-31. Retrieved 2016-09-06. 
  4. 135 |
  5. ^ zstd/PATENTS "Additional Grant of Patent Rights Version 2", Facebook
  6. 136 |
137 |
138 |

External links[edit]

139 | 146 | 147 | 148 | 151 | 165 | 166 | 167 | 168 | 169 | 172 | 186 | 187 | 188 | 497 |


498 | 499 | 500 | 501 | 510 | 511 | 512 | 513 | 514 | 531 | 532 | 545 | 546 | 548 |
550 |
551 |
552 |