Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallatore/csharpperformance
https://github.com/hallatore/csharpperformance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hallatore/csharpperformance
- Owner: hallatore
- License: mit
- Created: 2017-03-27T11:17:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T12:16:05.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T18:37:38.788Z (3 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.