https://github.com/ddochea0314/example-dotnet-benchmarks
같은 결과에서 성능, 메모리 처리상 유리한 점을 비교하는 benchmark 예제 모음
https://github.com/ddochea0314/example-dotnet-benchmarks
dotnet example
Last synced: 6 months ago
JSON representation
같은 결과에서 성능, 메모리 처리상 유리한 점을 비교하는 benchmark 예제 모음
- Host: GitHub
- URL: https://github.com/ddochea0314/example-dotnet-benchmarks
- Owner: ddochea0314
- License: mit
- Created: 2023-01-02T13:33:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T03:21:52.000Z (about 3 years ago)
- Last Synced: 2025-04-04T15:52:47.250Z (10 months ago)
- Topics: dotnet, example
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# example-dotnet-benchmarks
같은 결과에서 성능, 메모리 처리상 유리한 점을 비교하는 benchmark 예제 모음
1. [count vs any](https://github.com/ddochea0314/example-dotnet-benchmarks/tree/main/src/count_vs_any#readme)
2. [dynamic slow case](https://github.com/ddochea0314/example-dotnet-benchmarks/tree/main/src/dynamic_slow_case#readme)
3. [enum toString vs nameof](https://github.com/ddochea0314/example-dotnet-benchmarks/tree/main/src/enum_toString_vs_nameof#readme)
4. [better dictionary Update](https://github.com/ddochea0314/example-dotnet-benchmarks/tree/main/src/better_dictionary_update#readme)