]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use LZ4_loadDict
authordosomder <dosomder@users.noreply.github.com>
Sat, 12 Mar 2016 22:37:04 +0000 (23:37 +0100)
committerdosomder <dosomder@users.noreply.github.com>
Sat, 12 Mar 2016 22:57:42 +0000 (23:57 +0100)
commit3724bdfefc5148c94b068d4f35f89863bfd72695
treee8e62e6d52cf3976b77b12b88f71bd97e2d95fd5
parent4cb22db57642fc45ec3fae1d6b225bdf2c06f0ab
Use LZ4_loadDict

dict was saved but never loaded. Gave a minor compression improvement
with a 8868100 bytes test file and compression-level 1
libarchive/archive_write_add_filter_lz4.c