Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adshan/dotnet-benchmark-string-concatenation
Comparative analysis of string concatenation performance.
https://github.com/adshan/dotnet-benchmark-string-concatenation
benchmark dotnet string-concatenation
Last synced: about 7 hours ago
JSON representation
Comparative analysis of string concatenation performance.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-benchmark-string-concatenation
- Owner: AdsHan
- License: mit
- Created: 2023-07-17T21:18:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T21:31:17.000Z (over 1 year ago)
- Last Synced: 2023-07-17T22:30:42.253Z (over 1 year ago)
- Topics: benchmark, dotnet, string-concatenation
- Language: C#
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-benchmark-string-concatenation
Benchmark demonstrando a diferença ao se trabalhar com as diferentes formas de concatenar strings.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).