[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] generator function optimizations
From: |
Stefan Monnier |
Subject: |
Re: [patch] generator function optimizations |
Date: |
Sun, 12 Mar 2017 17:53:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
>> Have you tried to measure the impact of your patch on the actual problem?
> I mentioned 3%.
That's the percentage impact on the number of lambdas. I'm curious
about its impact on actual problematic aspects, such as speed and code
size (and compilation time, I guess).
> Yes, it is practically negligible, but this is a first small patch and
> I'm willing to work on improving generators further.
Of course.
Stefan