#author("2024-08-24T09:11:49+00:00","default:yoya","yoya")
[[Compression]] > [[Zstandard]]

略称 zstd 

- https://code.fb.com/core-data/zstandard/
- http://facebook.github.io/zstd/
- https://github.com/facebook/zstd
- [[Finite State Entropy>FiniteStateEntropy]]

*. [#c64d49cc]

- Facebook、Zlibを上回る新しい圧縮アルゴリズムをオープンソース化
--  https://www.infoq.com/jp/news/2016/09/facebook-zstandard-compression

- Specification of Zstandard compression format
--  http://fastcompression.blogspot.jp/2016/07/specification-of-zstandard-compression.html

- Facebookが開発した圧縮アルゴリズムZstandardについて調べた(非常に高速)(今日から使えます)
--  https://blog.3qe.us/entry/2022/10/10/120114

- おすすめの圧縮ソフトZstandard(zstd)の使い方
--  https://qiita.com/oioi_tec/items/e66ec93824f694a473c9

- Compressing JSON: gzip vs zstd
--  https://lemire.me/blog/2021/06/30/compressing-json-gzip-vs-zstd/

* 関連 [#rel]

- [[Zlib]]