[xz-devel] xz 5.2.1 multi-threaded decompress problems (mutli-threaded compress works file)

2015-05-11 Thread Hochhaus, Andy
Hello, I am using xz 5.2.1 (compiled from source) on Debian Jessie. $ xz --version xz (XZ Utils) 5.2.1 liblzma 5.2.1 When I run parallel compress I see all cores utilized (checked with htop). xz -T 0 2275.dat However, when I attempt to run parallel decompress I only see a single core utilized.

Re: [xz-devel] xz 5.2.1 multi-threaded decompress problems (mutli-threaded compress works file)

2015-05-11 Thread Lasse Collin
On 2015-05-11 Hochhaus, Andy wrote: > However, when I attempt to run parallel decompress I only see a single > core utilized. Threaded decompression hasn't been implemented yet. I see that the man page doesn't explain this. I have fixed it now. Once threaded decompression has been implemented, it

Re: [xz-devel] Fairly Complete MSVC 2013 Solution/Project

2015-05-11 Thread Lasse Collin
On 2015-03-08 Lasse Collin wrote: > On 2015-02-27 Gabi Davar wrote: > > I've addressed some(all?) of the comments above and rebased on > > 5.2.1. The relevant changes are available > > https://github.com/mindw/xz in the cmake branch. > > Thanks! I finally test-built it. I fixed a few warnings and

Re: [xz-devel] xz 5.2.1 multi-threaded decompress problems (mutli-threaded compress works file)

2015-05-11 Thread Hochhaus, Andy
On Mon, May 11, 2015 at 11:27 AM, Lasse Collin wrote: > On 2015-05-11 Hochhaus, Andy wrote: >> However, when I attempt to run parallel decompress I only see a single >> core utilized. > > Threaded decompression hasn't been implemented yet. I see that the man > page doesn't explain this. I have fix