Member-only story

.NET Can Optimize Code While Executing Functions

Tom Smykowski
4 min readNov 11, 2022

--

Table of content:

  • Performance improvements
  • Tar.gz support
  • Multiplatform apps with MAUI
  • Fullstack web apps without Javascript with Blazor
  • Distributed apps with Orleans 7
  • Microseconds and nanoseconds
  • New converters
  • Support for F# 11
  • Bonus

.NET is a open source framework developed by Microsoft. The newest release that was announced two days ago comes with a solid list of features. From the article you will learn about the most interesting ones.

If you read the article to the end, you will get a bonus!

Performance Improvements

The framework works now faster on ARM64 because it detects L3 cache better, and offers 64 bit specific types.

Also On Stack Replacement enabled on 64 bit systems contributes to experienced performance. Instead of optimizing a function only before execution, the first version is executed as it…

--

--

Tom Smykowski
Tom Smykowski

Written by Tom Smykowski

🚀 Senior/Lead Frontend Engineer | Angular · Vue.js · React | Design Systems, UI/UX | Looking for a new project! 📩 contact@tomasz-smykowski.com

No responses yet