>It's factorial(), so it's handling large "longs". So it's about 2x as >slow as CPython. End of the story.
Funny enough, had just thought of that and given it a try. I switched it to calculating (fact 20) and (times 200000) and PyPy is now 3x faster than CPython. Thanks for the help! Timothy _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
