[pypy-dev] array performace?

Armin Rigo arigo at tunes.org
Fri Jul 2 10:18:59 CEST 2010


Hi Alex,

On Fri, Jul 02, 2010 at 12:40:21AM -0500, Alex Gaynor wrote:
> FWIW one thing to note is that array
> uses the struct module, which is also pure python.

No: we have a pure Python version, but in a normally compiled pypy-c,
there is an interp-level version of 'struct' too.


A bientot,

Armin.



More information about the Pypy-dev mailing list