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

Pooled Array #40

Open cmeyertons opened 4 years ago

cmeyertons commented 4 years ago

It would be great if there was PooledArray implementation along w/ the it's supporting LINQ methods (ToPooledArray etc)