STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to