最終更新:2016-06-27 (月) 16:36:05 (2852d)  

LZ4
Top / LZ4

Extremely Fast Compression algorithm

50% faster on compression, >80% faster on decompression

http://www.lz4.org/ -リダイレクト-> http://cyan4973.github.io/lz4/

ソースコード

メモ

  • LZ4 is a very fast compressor, based on well-known LZ77 (Lempel-Ziv) algorithm

移植

  • node-lz4?
  • lz4mt?

使われどころ

OS

ファイルシステム

Linuxカーネル