Published March 1, 2020
| Version v0.6b7
Software
Open
miurahr/py7zr: Concurrency strategy: use threading instead of multiprocessing
Authors/Creators
- 1. OpenStreetMap Foundation Japan
- 2. folio
Description
After run several benchmark test, py7zr takes more benefit with threading than multiprocessing. Decompression/compression is purely CPU bind but the process produces I/O read-write, then threading is optimal.
Files
miurahr/py7zr-v0.6b7.zip
Files
(19.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6b964cdc1b1d60cd42b30808b1aeca9b
|
19.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/miurahr/py7zr/tree/v0.6b7 (URL)