Stefan Behnel <stefan...@...> writes:

> 
> Hi all,
> 
> warning: long e-mail ahead, don't read in a hurry!
> 
> I gave generator functions a couple of thoughts. Implementing them actually
> sounds simpler than it is, not because of the state keeping, but because of
> the refactoring (point 1 below) that I would like to see done before going
> there.
> 


At the risk of adding noise, I'd like to say that this is one of the most 
important features for us to use Cython more deeply in our stuff- we do a lot 
of data processing on very large streams of data and use generators extensively 
to keep our code modular; it would be awesome to be able to transparently 
replace the most used generators with Cython-ized versions. I'm glad to see 
this getting attention- carry on, and thank you for the work you've put into 
Cython so far! 




_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to