-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid Hashtable-related allocations in DataBindEngine (#6501)
The _valueConverterTable is a Hashtable that uses a struct-based key. It's boxing every time a lookup is performed or an add is performed.
- Loading branch information
1 parent
8853b34
commit 5717fc2
Showing
1 changed file
with
21 additions
and
57 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