> > > > 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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
