Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timdeschryver/csharp-benchmarks


https://github.com/timdeschryver/csharp-benchmarks

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Benchmarks

## AggregatingLists

[Make your csharp applications faster with LINQ joins](https://timdeschryver.dev/blog/make-your-csharp-applications-faster-with-linq-joins)

```bash
# dotnet run -iteration
dotnet run 10000
```

## Another Benchmark using the awesome BenchmarkDotNet

To run

It is on WithBenchmarkDotNet folder.
```bash
dotnet run -c Release
```

There is also an benchmark result on [BenchmarksResult.md](https://github.com/AlbertoMonteiro/csharp-benchmarks/blob/master/WithBenchmarkDotNet/BenchmarksResult.md)