“ZLinq”, a Zero-Allocation LINQ Library for .NET - Yoshifumi Kawai - Medium

I’ve released ZLinq v1 last month! By building on structs and generics, it achieves zero allocations. It includes extensions like LINQ to Span, LINQ to SIMD, LINQ to Tree (FileSystem, JSON…

Medium