Hey guys, A friend asked me latest pzstandard compiled version, so I thought I should share it with you too which I compiled today

what's the main difference in zstandard and pzstandard is that pzstd has parrellel works which means it is multi threaded, sorry can't write much because am on mobile currently..
Here how to use it -
pzstd input-file -o output-file -n num-threads [ -p ]
pzstd -d input-file -o output-file -n num-threads
It also support piping and fifo pipes, here how's -
cat input-file | pzstd -n num-threads [ -p ] -# -c > /dev/null
For knowing other things, here help command -
pzstd --help
You can use felice cmdinfo also, if you don't know how to see the help info
Github link - search on Google, zstd and go to contrib and pzstd, am not sure about posting links of other sites, so I just told the way you can go to github page