-
Notifications
You must be signed in to change notification settings - Fork 743
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 #18910
Conversation
@Mergifyio backport release/stable/5.5 |
🟠 Waiting for conditions to match
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18910/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18910/index.html |
|
8b15bc8
to
be35b24
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18910/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18910/index.html |
be35b24
to
74ece94
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18910/index.html |
74ece94
to
ef926a2
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18910/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18910/index.html |
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18910/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18910/index.html |
@Mergifyio backport release/stable/5.5 |
🛑 Command
|
@Mergifyio backport release/stable/5.4 |
🛑 Command
|
@Mergifyio backport release/stable/5.5 |
✅ Backports have been created
|
@Mergifyio backport release/stable/5.4 |
✅ Backports have been created
|
…5.4/pr-18910 perf: Don't use multicast delegates for DependencyObjectCollection.VectorChanged (backport #18910)
…5.5/pr-18910 perf: Don't use multicast delegates for DependencyObjectCollection.VectorChanged (backport #18910)
This change avoids the high cost of multicast delegates, particularly on mono-AOT environments.
We also do not need the thread safety guarantees.Example: