Message78327
| Author | vstinner |
|---|---|
| Recipients | ebfe, pitrou, vstinner |
| Date | 2008-12-27.01:27:13 |
| SpamBayes Score | 3.010559e-06 |
| Marked as misclassified | No |
| Message-id | <1230341235.17.0.460055069816.issue4751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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). |
|
| History | |||
|---|---|---|---|
| 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 | |