svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/liblz...

Rui Paulo rpaulo at me.com
Mon Feb 9 08:05:45 UTC 2015


On Feb 8, 2015, at 22:20, Rui Paulo <rpaulo at freebsd.org> wrote:
> 
> Author: rpaulo
> Date: Mon Feb  9 06:20:34 2015
> New Revision: 278433
> URL: https://svnweb.freebsd.org/changeset/base/278433
> 
> Log:
>  Merge xz 5.2.0.
> 
>  This brings support for multi-threaded compression.  This brings close
>  N times faster compression where N is the number of CPU cores.
>  Because of this, liblzma now depends on libthr.

For those that want to try it, this patch adds support to multi-threaded compression when using lzma in libarchive:

	https://people.freebsd.org/~rpaulo/libarchive-lzma-mt.diff

It uses all the available CPU cores by default.

--
Rui Paulo





More information about the svn-src-all mailing list