awesome. The point I was making is that RPython(a static subset of Python) will be faster than Dynamic Python code on a JIT or compiled to machine code.
Sarvi ----- Original Message ---- From: Amaury Forgeot d'Arc <[email protected]> To: Saravanan Shanmugham <[email protected]> Cc: Douglas McNeil <[email protected]>; "[email protected]" <[email protected]> Sent: Thu, September 2, 2010 1:28:14 AM Subject: Re: [pypy-dev] Question on the future of RPython Hi, 2010/9/2 Saravanan Shanmugham <[email protected]>: > We have Pickle and cPickle for performance. The Pickle could have simply been > rewritten in RPython and probably compiled and we don't need different versons > :-)) The PyPy way is much simpler: there is only the original pickle.py, written in plain full Python, and it's as fast as a C or RPython implementation. -- Amaury Forgeot d'Arc _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
