whateverable icon indicating copy to clipboard operation
whateverable copied to clipboard

Use pzstd instead of zstd

Open AlexDaniel opened this issue 9 years ago • 3 comments

Should speed things up a little bit.

AlexDaniel avatar Oct 08 '16 22:10 AlexDaniel

Partially done for decompression in 7458ea788f902dffcddca39fc2af3f2ba153dae6.

AlexDaniel avatar Jan 10 '17 10:01 AlexDaniel

I wonder if we should just leave it this way. Were there any speed gains if you compress stuff with pzstd? (well, hypothetically it has to be faster, but is it? And by how much?)

AlexDaniel avatar May 20 '17 21:05 AlexDaniel

Zstd decompression is already very fast, and often the extra speed provided by pzstd isn't necessary.

This is probably true in 2023, especially considering the consistent evolution of zstd. By the way, zstd itself already attempts to use multiple threads where possible. We may revert to zstd and measure the results.

AlexDaniel avatar Nov 05 '23 17:11 AlexDaniel