2012/3/10 Bent Phillipsen <bphillip...@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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to