ZBase.Collections.Pooled icon indicating copy to clipboard operation
ZBase.Collections.Pooled copied to clipboard

Low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.

Results 2 ZBase.Collections.Pooled issues
Sort by recently updated
recently updated
newest added

I have not read the code fully,but here is my suggestion: 1. I think the ArrayDictionary should be named SortedList.It should be a big mistake if the ArrayDictionary has same...