Open xoofx opened 2 years ago
This is a C# version that is matching the Rust version, single file using ASP.NET minimal API and using Sylvan.Data.Csv for loading the csv.
The C# version should now be more on par with the Rust version. Results from my machine:
stop_times
392ms
669ms
2585.538852/s
2279.490415/s
This is a C# version that is matching the Rust version, single file using ASP.NET minimal API and using Sylvan.Data.Csv for loading the csv.
The C# version should now be more on par with the Rust version. Results from my machine:
stop_times
: C#392ms
vs Rust669ms
2585.538852/s
vs Rust2279.490415/s