]> git.ipfire.org Git - thirdparty/libarchive.git/commit
libarchive: use lzma_stream_encoder_mt() if it's available.
authorRui Paulo <rpaulo@felyko.com>
Mon, 9 Feb 2015 18:15:38 +0000 (10:15 -0800)
committerRui Paulo <rpaulo@felyko.com>
Mon, 9 Feb 2015 18:15:38 +0000 (10:15 -0800)
commita580c98e3b6d86fce47c716c2b966b8e720a91cf
tree7fa2812b309ec504c963eeba7e6b58261e390a90
parentd094dc02905605ca514baf87855f026b9bf52f1f
libarchive: use lzma_stream_encoder_mt() if it's available.

This is the multi-threaded stream encoder version of lzma that brings
significant speed improvements.  libarchive is using all the available
threads when lzma_stream_encoder_mt() is present.
configure.ac
libarchive/archive_write_add_filter_xz.c
libarchive/archive_write_set_format_xar.c