-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
PerformancePerformance related issuePerformance related issue
Description
This project still contains a lot of ArrayLists (quick search: https://github.com/search?q=repo%3Adotnet%2Fwpf%20arraylist&type=code ).
ArrayLists are not recommended and require a lot of boxing/unboxing (performance)
https://learn.microsoft.com/en-us/dotnet/api/system.collections.arraylist?view=net-7.0#remarks
lindexi, PaulusParssinen, halgab and mahara
Metadata
Metadata
Assignees
Labels
PerformancePerformance related issuePerformance related issue