BurstLinq
BurstLinq copied to clipboard
Extremely fast LINQ aggregation operations implementation optimized by Burst Compiler
# [Mono Build] is better than Non BurstCompile    # but [IL2cpp Build] is not fast than BurstCompile   # TestCode ```csharp [BurstCompile(OptimizeFor = OptimizeFor.Performance)] public unsafe...