[pypy-dev] works in python2.4, fails in pypy

Maciej Fijalkowski fijall at gmail.com
Mon Aug 25 22:26:00 CEST 2008


>
>
>
> Do you have any plans for supporting writing C extensions to pypy?
> Because as you can see above, the speed is imho only possible when
> writing it in C. Well, if RPython could produce as optimized code as
> Cython, then it could be an option. Any ideas on that?
>
>
> Ondrej
>

There are no immediate plans for supporting C extensions to pypy
besides via ctypes or rpython. RPython is fairly fast these days, try
it out if you like (big fat warning, rpython is an obscure language).
Also usecases like sympy one should see relatively good speedups via
JIT. Did you try using psyco?

Cheers,
fijal



More information about the Pypy-dev mailing list