Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timdeschryver/csharp-benchmarks
https://github.com/timdeschryver/csharp-benchmarks
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timdeschryver/csharp-benchmarks
- Owner: timdeschryver
- Created: 2020-03-09T20:18:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T12:11:10.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T04:29:54.234Z (2 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)