Re: bsdtar: xz threads support disabled

2018-11-26 Thread Stefan Ehmann
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

bsdtar: xz threads support disabled

2018-11-25 Thread miltonott
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

bsdtar: xz threads support disabled

2018-11-24 Thread Stefan Ehmann
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