https://github.com/lemire/csharpcsvbench
A CSV benchmark in C#!
https://github.com/lemire/csharpcsvbench
Last synced: 4 months ago
JSON representation
A CSV benchmark in C#!
- Host: GitHub
- URL: https://github.com/lemire/csharpcsvbench
- Owner: lemire
- Created: 2024-10-17T19:24:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-24T20:07:21.000Z (11 months ago)
- Last Synced: 2025-12-26T16:41:55.334Z (7 months ago)
- Language: C#
- Size: 3.59 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CsharpCSVBench
[](https://github.com/lemire/CsharpCSVBench/actions/workflows/dotnet.yml)
This little project seeks to benchmark how quickly C# libraries can scan through
a file.
```
dotnet run -c Release
```
We expect .NET 9 or better.