Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hallatore/csharpperformance


https://github.com/hallatore/csharpperformance

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# C# Performance

Contains examples for achieving high performance C# code. Everything from good practice examples to edge case optimizations.

The examples uses [BenchmarkDotNet](http://benchmarkdotnet.org/) for benchmarks.

## Contributions

Submit pull requests change or add examples.

PS: Use [Example.md](Example.md) as a starting point for new examples.