Member-only story
.NET Can Optimize Code While Executing Functions
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…