C#3.0 and lambdas

Steven D'Aprano steve at REMOVETHIScyber.com.au
Wed Sep 21 18:34:28 EDT 2005


On Wed, 21 Sep 2005 18:48:22 +0200, Christophe wrote:

> Well, I prefer the explicit tuple unpack anyway. It gives better results 
> than using tuple indexing ( and better performance too most of the time )


I would love to see your test code and profiling results that demonstrate
that explicit tuple unpacking in the body of a function is faster than
tuple unpacking (implicit or explicit) in the header of a function.


-- 
Steven.




More information about the Python-list mailing list