1
0
mirror of https://git.tukaani.org/xz.git synced 2026-04-01 05:38:01 +00:00
Lasse Collin 6c6da57ae2 xz: Add initial support for threaded decompression.
If threading support is enabled at build time, this will
use lzma_stream_decoder_mt() even for single-threaded mode.
With memlimit_threading=0 the behavior should be identical.

This needs some work like adding --memlimit-threading=LIMIT.

The original patch from Sebastian Andrzej Siewior included
a method to get currently available RAM on Linux. It might
be one way to go but as it is Linux-only, the available-RAM
approach needs work for portability or using a fallback method
on other OSes.

The man page wasn't updated yet.
2022-03-07 00:36:16 +02:00
..
2019-06-24 22:52:20 +03:00
2010-01-24 23:50:54 +02:00
2019-05-11 20:52:37 +03:00
2014-01-12 12:17:08 +02:00