Our great sponsors
-
The source code of the List class is available on GitHub. This means we can look at its implementation. Let's analyze the most important aspects.
-
After rewriting the code given in the book and testing it with BenchmarkDotNet I got the following results:
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Sorting in C#: OrderBy.OrderBy or OrderBy.ThenBy? What's more effective and why?
- Why does my code run faster after each time?
- .Net 7 JSON Performance trap
- is there any performance difference between conversion from int to string of those two?
- Does it make sense to make everything a struct with a class wrapper?