On 11/24/18 9:47 AM, Stefan Ehmann wrote:
> Is there any reason why bsdtar is built without XZ multi-threading support?
>
> It's not documented in the man page, so maybe it's an experimental feature.
>
> Can be tested with this command:
> tar -Jcf /dev/null --options xz:threads=4 $HOME
>
> After
on Sat Nov 24 08:47:18 UTC 2018 Stefan wrote:
> Is there any reason why bsdtar is built without XZ multi-threading support?
> It's not documented in the man page, so maybe it's an experimental feature.
> Can be tested with this command:
> tar -Jcf /dev/null --options xz:threads=4 $HOME
> After s
Is there any reason why bsdtar is built without XZ multi-threading support?
It's not documented in the man page, so maybe it's an experimental feature.
Can be tested with this command:
tar -Jcf /dev/null --options xz:threads=4 $HOME
After setting HAVE_LZMA_STREAM_ENCODER_MT, it works as expected