Message354091
Given that
def foo(): int; str; bytes; float; int; str; bytes; float
can be trivially be rewritten as
def foo(): pass
I think that benchmark is meaningless.
I really don't think we should be making claims like "40% speedup" for such contrived examples.
It looks like the speedup is real, but only about 2% speedup overall.
The "what's new" should reflect that, IMO. |
|
Date |
User |
Action |
Args |
2019-10-07 12:41:00 | Mark.Shannon | set | recipients:
+ Mark.Shannon, gvanrossum, brett.cannon, ncoghlan, vstinner, ned.deily, methane, francismb, yselivanov, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams |
2019-10-07 12:41:00 | Mark.Shannon | set | messageid: <1570452060.66.0.886326993478.issue26219@roundup.psfhosted.org> |
2019-10-07 12:41:00 | Mark.Shannon | link | issue26219 messages |
2019-10-07 12:41:00 | Mark.Shannon | create | |
|