mongo-csharp-driver
mongo-csharp-driver copied to clipboard
CSHARP-4292: Performance: Eliminated allocations in GetHashCode methods
Eliminated some boxing problems leading to substantial allocations in our code. Details located here: https://jira.mongodb.org/browse/CSHARP-4292
Everything fixed and cleaned up now using separate commits for easier change tracking - should arguably get squashed.