* Nobuhiro Iwamatsu <iwamatsu@debian.org>, 2013-01-16, 09:51:
* URL : http://code.google.com/p/lz4/ * License : BSD 2-Clause License Programming Lang: C Description : Extremely Fast Compression algorithm library LZ4 is a very fast lossless compression algorithm.This uses Dictionary compression, and only supports compression and decompression unit blocks.
This looks very promising, but also immature. The upstream makefile doesn't build a shared library, not even a static library, but only an executable ("lz4demo"). Are there any plans to change that?
-- Jakub Wilk