Gregory Ewing <greg.ew...@canterbury.ac.nz> writes:
> What might help more is having bytecodes that operate on
> arrays of unboxed types -- numpy acceleration in hardware.

That is an interesting idea as an array or functools module patch.
Basically a way to map or fold arbitrary functions over arrays, with a
few obvious optimizations to avoid refcount churning.  It could have
helped with a number of things I've done over the years.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to