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

Custom ArrayPool support #22

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

PooledList, PooledStack, and PooledQueue will now use a custom ArrayPool instance if provided.