View Single Post
  #1  
Old 23-09-2016, 02:07
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Talking Pzstandard - Multi threaded

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
Attached Files
File Type: zip pzstd-windows-v1.1.0.zip (1.34 MB, 205 views)
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."

Last edited by ~MAK~; 09-10-2016 at 22:41.
Reply With Quote
The Following 13 Users Say Thank You to ~MAK~ For This Useful Post:
arkantos7 (23-09-2016), ChronoCross (24-09-2016), coveiro (23-09-2016), felice2011 (23-09-2016), kenzo34 (10-10-2016), mikey26 (23-09-2016), Mini (23-09-2016), minivj (23-09-2016), NexusIV (23-09-2016), RamiroCruzo (23-09-2016), Razor12911 (23-09-2016), SAM2712 (23-09-2016), Simorq (23-09-2016)
Sponsored Links