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

Pooled stack #7

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

Adds the PooledStack class and related tests and benchmarks.