From b0bf95c9bba305ae9572526c6966d6cdce560914 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 8 Oct 2019 21:58:07 +0200 Subject: Recompress in parallel Recompression is now done by a thread pool with one thread per logical CPU. There is also a read-ahead to let the main thread do some directory I/O while the CPUs are busy. --- LICENSE.adoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'LICENSE.adoc') diff --git a/LICENSE.adoc b/LICENSE.adoc index f2673659..82cdb537 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -166,6 +166,29 @@ Autoconf Archive]. It has the following license: ------------------------------------------------------------------------------- +m4/ax_pthread.m4 +~~~~~~~~~~~~~~~~ + +Downloaded from the +https://www.gnu.org/software/autoconf-archive/ax_pthread.html[GNU Autoconf +Archive]. It has the following license: + +------------------------------------------------------------------------------- + Copyright (c) 2008 Steven G. Johnson + Copyright (c) 2011 Daniel Richard G. + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation, either version 3 of the License, or (at your + option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General + Public License for more details. +------------------------------------------------------------------------------- + + m4/feature_macros.m4 ~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1