Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ArrayLists #8406

Open
wstaelens opened this issue Nov 8, 2023 · 0 comments
Open

Remove ArrayLists #8406

wstaelens opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
Performance Performance related issue

Comments

@wstaelens
Copy link
Contributor

wstaelens commented Nov 8, 2023

This project still contains a lot of ArrayLists (quick search: https://github.com/search?q=repo%3Adotnet%2Fwpf%20arraylist&type=code ).

XPS: https://github.com/search?q=repo%3Adotnet%2Fwpf+ArrayList+xps+language%3AC%23&type=code&l=C%23

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Performance related issue
Projects
None yet
Development

No branches or pull requests

3 participants