ouch
ouch copied to clipboard
Decompress files in parallel
We can get big performance improvements by using a threadpool when decompressing files using stuff like Rayon.
This commit is an example of how it can be somewhat easily integrable into ouch, but some quirks must be solved:
- error treatment must be adapted
- threads try to print to stdout simultaneously creating garbled output