TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: pzip- blazing fast concurrent zip archiver and extractor

26 pointsby expositionover 1 year ago

5 comments

thangngoc89over 1 year ago
Wow. Thank you for making this. I'm frequently have to zip and unzip ~100GB of zip archive and I have to waste 10 minutes of waiting on a fast NVMe and 32 cores workstation. I know about ZSTD or pigz but the format must be zip.
评论 #37658067 未加载
评论 #37658765 未加载
acqqover 1 year ago
Note that even when not considering the speedup due to the compression happening in multiple threads, the libraries used for compression here use much less CPU (user 3m33s) than &quot;the standard zip utility&quot; (user 13m13s i.e. 3.7 times the former -- if I understand correctly, this &quot;standard&quot; is Info-ZIP) which is a little less surprising knowing that the source for the later hasn&#x27;t been updated for 15 years, while, if I understand correctly, this new go version depends on the compression routines maintained in <a href="https:&#x2F;&#x2F;pkg.go.dev&#x2F;compress&#x2F;flate" rel="nofollow noreferrer">https:&#x2F;&#x2F;pkg.go.dev&#x2F;compress&#x2F;flate</a><p>I also don&#x27;t see the comparison of the resulting compression sizes of the two programs.
评论 #37641956 未加载
评论 #37642579 未加载
sntranover 1 year ago
Can&#x27;t find out if this supports encryption, or streaming from stdin and&#x2F;or to stdout. I haven&#x27;t found one zip tool that does the above.
评论 #37641969 未加载
评论 #37640380 未加载
steelbrainover 1 year ago
How does this compare against pigz? [1]. Afaik pigz comes bundled in some modern distros, I’ve also personally used it in some backup operations reliably<p>[1]: <a href="https:&#x2F;&#x2F;zlib.net&#x2F;pigz&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;zlib.net&#x2F;pigz&#x2F;</a>
评论 #37638967 未加载
eisbawover 1 year ago
pzstd := parallel zstd