Micro-optimizations in .NET (x86/x64)
Jun 9, 2023 · 3 min read · This is the second post in the "Micro-optimizations in .NET" series. If you missed the first one, check out Conversion from Boolean to Integer. Example 2: Integer Comparison (Branchless Design) As discussed previously, conditional branches are costly...
Join discussion
















