Interesting read, thanks for sharing!
this post was submitted on 13 Jun 2024
20 points (95.5% liked)
C Sharp
1526 readers
5 users here now
A community about the C# programming language
Getting started
Useful resources
- C# documentation
- C# Language Reference
- C# Programming Guide
- C# Coding Conventions
- .NET Framework Reference Source Code
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
founded 1 year ago
MODERATORS
I actually benchmarked almost exactly these same things, a few months ago, and that lines up with the results I got. foreach
in particular is HEAVILY optimized for Array<T>
at the bytecode level, I was quite impressed.