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

Updated projects to target .NET 6,7 & 8 (Issue #51) #52

Open jshergal opened 6 months ago

jshergal commented 6 months ago

Updated unit tests to run correctly for .NET 8.0 changes related to enumerators. Also updated benchmarks to latest Benchmark.NET library and related changes to that upgrade

This addresses issue #51

Innotech-Ameen-Alqattow commented 2 months ago

@jtmueller can you approve this please

jshergal commented 2 weeks ago

@jtmueller - Is this project dead?