Hristo Venev added the comment:

After optimization, tests on small ints (< 2**30)

Currently only addition, subtraction, negation and ~ are a bit slower (< 5%).

Most other operations are the same. Bitwise operators, //, %, ** and pow are 
faster.

Converting to and from strings is a bit faster. pickle, marshal and json are 
faster.

bm_nqueens is a bit slower. pystone is a bit faster. There are no performance 
regressions in other benchmarks.

When I fix +,- and ~ I will reupload the patch.

----------

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

Reply via email to