>
> A very simple, and equally important, benchmark would be the basic
> performance of the Integer and Rational classes.
>
> Integer is just a wrapper for Python ints with some extra type
> checking; a JIT should theoretically be able to make
>
> def foo(N):
>    while N > 0:
>        N -= 1
>
> run as fast if called with foo(1000000) as with foo(sympy.Integer(1000000)).
>
> Fredrik
>

We're still fighting with some simpler examples, but in case you feel like it,
feel completely free to drop by at a sprint place and we can look together at
benchmark examples. Or we can do that after the sprint anyway (since several
of pypy core people are going to be in gborg after the sprint for a while).

Cheers,
fijal

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to