On Wed, Jan 5, 2011 at 4:26 AM, Francesc Alted <fal...@pytables.org> wrote:

> Sorry for the naive question, but I use the numpy.fromiter() iterator
> quite a few in my projects. and I'm curious on whether this new
> iterator would allow numpy.fromiter() to go faster (I mean, in Python
> space).  Any hint?
>

The new iterator doesn't offer any help to fromiter in general, but if the
iterator being given to the function is a new iterator it would be possible
to handle it specially and get a big speedup.

-Mark
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to