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

Fix List Clear Array bug #44

Closed ipavel83 closed 2 years ago

ipavel83 commented 2 years ago

Array.Clear (Array array, int index, int length); is used with _size (which was set to 0) as length, should be used with method variable size