jtmueller / Collections.Pooled

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

Adding PooledSet #15

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

Lots of unit tests and benchmarks as well.