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

Put all TestBase-derived unit tests in a single collection #12

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

This avoids a concurrency issue during test runs.