[issue1814] Victor Stinner's GMP patch for longs

STINNER Victor report at bugs.python.org
Tue Nov 4 02:21:24 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

And Now for Something Completely Different. Benchmarks!
 - python3 rev67089.
 - Pentium4 @ 3.0 GHz (integer = 32 bits)
 - GCC 4.1.3 (Ubuntu Gutsy)

gcc -O0:
  builtin: 20920.5 pystones/second
  GMP: 17985.6 pystones/second

gcc -O3:
  builtin: 30120.5 pystones/second
  GMP: 25641.0 pystones/second

(I took the biggest value of 3 runs)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1814>
_______________________________________


More information about the Python-bugs-list mailing list