30 second PyPy tutorial. Zyroth on programming.reddit.com shows how to interactively compile a Python function to C using PyPy and benchmark it against the original.
30 second PyPy tutorial. Zyroth on programming.reddit.com shows how to interactively compile a Python function to C using PyPy and benchmark it against the original.
That's nice.
Now if there was a simple example like that for saving Python extensions from compiled RPython - that would be really cool...
Fuzzyman - 18th February 2007 23:53 - #
Please forgive my ignorance...
Are you using this compiled function from Cpython or from pypy?
I mean, is this pypy's extension modules compiler for cpython, or I just don't understand anything at all...? :-)
Luis - 19th February 2007 01:57 - #