-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
Problem:
A quick search for slices.Delete on SourceGraph shows that many calls to slices.Delete are preceded by a call to slices.Index. This is often done in a loop, leading to needlessly terrible performance.
Possible solutions:
- Remove
Deletefrom the standard library slices package. - Accept and add slices: add DeleteFunc #54768 before slices is added to the standard library.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.