You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, classes like Area which accept a custom hasher pass EqualityComparer.Default to the underlying structures if there is no result. However the Point hashing tests provide at least initial evidence to suggest passing EqualityComparer.Default may be slower than passing no hasher at all. We should test this and optimize accordingly.
The text was updated successfully, but these errors were encountered:
Currently, classes like
Area
which accept a custom hasher passEqualityComparer.Default
to the underlying structures if there is no result. However the Point hashing tests provide at least initial evidence to suggest passingEqualityComparer.Default
may be slower than passing no hasher at all. We should test this and optimize accordingly.The text was updated successfully, but these errors were encountered: