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

perf: Don't use multicast delegates for DependencyObjectCollection.VectorChanged (backport #18910) #18937

Merged

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 27, 2024

This change avoids the high cost of multicast delegates, particularly on mono-AOT environments. We also do not need the thread safety guarantees.

Example:

image


This is an automatic backport of pull request #18910 done by [Mergify](https://mergify.com).

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18937/index.html

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18937/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18937/index.html

@github-actions github-actions bot added the area/build Categorizes an issue or PR as relevant to build infrastructure label Nov 27, 2024
@unodevops
Copy link
Contributor

⚠️⚠️ The build 148609 has failed on Uno.UI - CI.

@unodevops
Copy link
Contributor

⚠️⚠️ The build 148608 has failed on Uno.UI - docs.

@jeromelaban jeromelaban force-pushed the mergify/bp/release/stable/5.4/pr-18910 branch from 9b9d2b9 to d65c870 Compare November 27, 2024 12:31
@jeromelaban jeromelaban merged commit 730cde1 into release/stable/5.4 Nov 27, 2024
2 of 4 checks passed
@jeromelaban jeromelaban deleted the mergify/bp/release/stable/5.4/pr-18910 branch November 27, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Categorizes an issue or PR as relevant to build infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants