Uh oh!
There was an error while loading. Please reload this page.
Reduce allocations in some Array.Parallel funcs - #17505
Conversation
|
brianrourkeboll
commented
Aug 7, 2024
Hmm, a3a50c0 reduces allocations significantly, but while it is faster in many scenarios, it is slower in others, depending on the size of the array and the predicate. I may take that change out, unless we know which scenarios we'd prefer to optimize for. |
5e682c8 to
c8e6b2eComparebrianrourkeboll
commented
Aug 8, 2024
Removed that for now. |
psfinaki
commented
Aug 8, 2024
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
KevinRansom
left a comment
There was a problem hiding this comment.
Looks good, however it needs the release notes updated.
Description
Followup to #14827.
'T optionallocations inArray.Parallel.tryFindIndex,Array.Parallel.tryFind, andArray.Parallel.tryPick.Checklist