-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
3.12only security fixesonly security fixesperformancePerformance or resource usagePerformance or resource usagetype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
list.pop
currently calls list_ass_slice
which contains some extra caculations not relevant for list.pop
. With a direct implementation the cases for small lists is improved.
Pitch
The gain for the improved cases is in the 10% to 30% range.
Previous discussion
This came out of tests performed related to #94508
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesperformancePerformance or resource usagePerformance or resource usagetype-featureA feature request or enhancementA feature request or enhancement