Skip to content

berkayyalcin7/Benchmark.Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Performance Benchmarks (Benchmark.Projects Solution)

This repository contains a collection of .NET projects designed to benchmark and compare the performance of various C# features and coding patterns, with a primary focus on:

  • String manipulation techniques (e.g., Substring vs. Span<T>)
  • Memory allocation (heap allocations) and its impact on performance
  • The benefits of using Span<T> and ReadOnlySpan<T> for high-performance scenarios.

About

Benchmark Projects for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages