[pypy-dev] Excellent work!

Benjamin Peterson benjamin at python.org
Sat Mar 10 21:17:08 CET 2012


2012/3/10 Bent Phillipsen <bphillipsen at baden.ch>:
> These results are really impressive. With pypy numerical analysis can be performed efficiently in pure python using lists as arrays (i.e. without
> using numpy).

That's great to hear!

>
> By the way: I have observed, that the assert statement is not fully implemented in pypy (which possibly is well known). In cpython with the -O
> option no bytecode is generated for the assert statement. In pypy the same bytecode is generated with and without the -O option.

We don't really do much with the -O option.

-- 
Regards,
Benjamin


More information about the pypy-dev mailing list