Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

4 items tagged “pypy”

Introducing the PyPy 1.2 release. It’s been a long time coming, but 1.2 is the first PyPy release to ship with a Just-in-Time compiler! Performance looks pretty impressive. 1 12th March 2010, 11:54 pm

Right now, pypy compiled with JIT can run the whole CPython test suite without crashing, which means we’re done with obvious bugs and the only ones waiting for us are really horrible.

Maciej Fijalkowski 0 1st May 2009, 3:04 pm

PyPy 1.0. The fascinating Python implemented in Python project reaches 1.0, and now includes a JIT compiler. It’s still not recommended for general use though. 0 27th March 2007, 11:48 pm

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. 2 18th February 2007, 9:30 pm

A django site