jtmueller / Collections.Pooled

Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
MIT License
538 stars 47 forks source link

Fixing hashing issue in dictionary resize optimization #11

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

Fixes issue #10