dot products

Fredrik Lundh fredrik at pythonware.com
Sun Dec 19 18:56:39 EST 2004


Raymond Hettinger wrote:

> * applying itertools instead of genexps can save the eval-loop overhead
> * however, genexps are usually more readable than itertools solutions

I'm still waiting for you to implement itertools as a parse-tree analyzer/code generator,
rather than an "bare" extension module.

</F> 






More information about the Python-list mailing list