mongo-csharp-driver icon indicating copy to clipboard operation
mongo-csharp-driver copied to clipboard

CSHARP-4292: Performance: Eliminated allocations in GetHashCode methods

Open dnickless opened this issue 2 years ago • 1 comments

Eliminated some boxing problems leading to substantial allocations in our code. Details located here: https://jira.mongodb.org/browse/CSHARP-4292

dnickless avatar Aug 11 '22 16:08 dnickless

Everything fixed and cleaned up now using separate commits for easier change tracking - should arguably get squashed.

dnickless avatar Aug 19 '22 10:08 dnickless