Commit graph

5 commits

Author SHA1 Message Date
fhajny
81c2c5d1ad Update lz4 to 124.
- New : LZ4 HC streaming mode
- Fixed : LZ4F_compressBound() using null preferencesPtr
- Updated : xxHash to r38
- Updated library number, to 1.4.0
2014-12-12 11:20:56 +00:00
joerg
e9ab7c155d Don't use ftime. 2014-10-15 22:11:24 +00:00
fhajny
7798df3896 Update lz4 to r123.
r123:
Added : experimental lz4frame API, thanks to Takayuki Matsuoka and
  Christopher Jackson for testings
Fix : s390x support, thanks to Nobuhiro Iwamatsu
Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen

r122:
Fix : AIX & AIX64 support (SamG)
Fix : mips 64-bits support (lew van)
Added : Examples directory, using code examples from Takayuki Matsuoka
Updated : Framing specification, to v1.4.1
Updated : xxHash, to r36

r121:
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka
2014-10-02 08:52:41 +00:00
fhajny
24d77af245 Add missing bl3. 2014-08-08 13:16:45 +00:00
fhajny
a08a7b7938 Import lz4 as archivers/lz4.
LZ4 is a very fast lossless compression algorithm, providing
compression speed at 400 MB/s per core, scalable with multi-cores
CPU. It also features an extremely fast decoder, with speed in
multiple GB/s per core, typically reaching RAM speed limits on
multi-core systems.
2014-08-06 10:41:33 +00:00