conferences | speakers | series

How PyPy makes your code run fast

home

How PyPy makes your code run fast
FOSDEM 2014

PyPy is an implementation of Python which is both fast and faithful to the Python syntax, PyPy's Just-In-Time (JIT) compiler is the key to that compromise. This talk will explains how PyPy's JIT can gather data at runtime to produce efficient machine code.

Speakers: Romain Guillebert