Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

pigz doesn't help much with decompression:

https://github.com/madler/pigz/issues/36#issuecomment-249041...

Decompression can’t be parallelized, at least not without specially prepared deflate streams for that purpose. As a result, pigz uses a single thread (the main thread) for decompression, but will create three other threads for reading, writing, and check calculation, which can speed up decompression under some circumstances.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: