Message77770
I wrote a small benchmark tool dedicated to integer operations (+ -
* / etc.): bench_int.py attached to issue4294. See also Message75715
and Message75719 for my benchmark results. Short sum up: 2^30 base
helps a lot on 64 bits CPU (+26%) whereas the speedup is small (4%) on
32 bits CPU. But don't trust benchmarks :-p |
|
| Date |
User |
Action |
Args |
| 2008-12-14 01:09:30 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, mark.dickinson, pitrou, christian.heimes |
| 2008-12-14 01:09:29 | vstinner | set | messageid: <[email protected]> |
| 2008-12-14 01:09:28 | vstinner | link | issue4258 messages |
| 2008-12-14 01:09:27 | vstinner | create | |
|