-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Reduce memory indirect allocations from the use of DispatcherCo…
…nditionalDisposable This change: - Removes the use of delegates when interacting with DispatcherConditionalDisposable, which the original version required to deal with `Action` instances. - Removes the use of Action in CreateWeakDelegate in favor a specialized dispose struct
- Loading branch information
1 parent
6245c41
commit a5751f5
Showing
2 changed files
with
174 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters