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

Adding ClearMode enum to control clearing of transient arrays #24

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

Resolves #14