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

support ICollection and IReadonlyCollection<T> #46

Closed ares128 closed 2 years ago

ares128 commented 2 years ago

Try ICollection and IReadonlyCollection when create PooledList