-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
performancePerformance or resource usagePerformance or resource usagestdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
There are several opportunities for speeding up dataclasses._asdict_inner
(and therefore asdict
) while maintaining the same underlying logic (including function signature and return values). My in-progress branch has ~18% speedup. Will open PR soon for scrutiny.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
This grew out of #114011 as a more focused change.
Linked PRs
Metadata
Metadata
Assignees
Labels
performancePerformance or resource usagePerformance or resource usagestdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement