An open API service indexing awesome lists of open source software.

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#!

Awesome Lists containing this project

README

          

## CsharpCSVBench

[![.NET](https://github.com/lemire/CsharpCSVBench/actions/workflows/dotnet.yml/badge.svg)](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.