Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jhollyhomes/Benchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking

Use of Benchmarking to determine fastest way to run certain types of code

Is it quicker to string.Concat, " " + " " or StringBuilder.

To execute: dotnet run -c Release -f net7.0

Extra Library

  • Uses Bogus to generate data
  • Uses Random to select a random user

About

Use of Benchmarking to determine fastest way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages