On Friday, April 5, 2013 10:32:21 AM UTC-7, Ian wrote:

> That doesn't seem to follow from your original post.  Because Numpy is
> a C extension, its performance would not be improved by psyco at all.

What about the fact that Numpy accommodates Python's dynamic typing?  You can 
pass arrays of integers, floats, bytes, or even PyObjects.  I don't know 
exactly how all that is implemented.  

In my case, I was always passing floats.  So what I assumed that psyco was 
doing for me was compiling a neural network class that always expected floats.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to