Linq-in-Rust
Linq-in-Rust copied to clipboard
SIMD optimizations like in C# 7
The newest version of .net has LINQ SIMD-optimized. https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/#linq
Could you please consider to add the same functionality?
Method | Runtime | Length | Mean | Ratio | Allocated | Alloc Ratio |
---|---|---|---|---|---|---|
Min | .NET 6.0 | 4 | 26.167 ns | 1.00 | 32 B | 1.00 |
Min | .NET 7.0 | 4 | 4.788 ns | 0.18 | – | 0.00 |