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

Add support for PooledQueue #18

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

Is your feature request related to a problem? Please describe. PooledQueue is the only major non-Sorted collection left to support.

Describe the solution you'd like Implement PooledQueue, as with the others.