Message78327
New version of my md5sum.py program limited to 10 threads. New
benchmark with 160 files (size in 7..10 MB):
- Python unpatched: best=4.8 sec
- C version (/usr/bin/md5sum): best=3.6 sec
- Python patched: best=2.1 sec
As everybody knows, Python is faster than the C language ;-) And the
patch is really useful (the program is more than twice faster with 4
cores). |
|
Date |
User |
Action |
Args |
2008-12-27 01:27:15 | vstinner | set | recipients:
+ vstinner, pitrou, ebfe |
2008-12-27 01:27:15 | vstinner | set | messageid: <1230341235.17.0.460055069816.issue4751@psf.upfronthosting.co.za> |
2008-12-27 01:27:14 | vstinner | link | issue4751 messages |
2008-12-27 01:27:14 | vstinner | create | |
|