Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AppControl Manager NAOT (and Trim) compatible #602

Open
HotCakeX opened this issue Feb 17, 2025 · 0 comments
Open

Make AppControl Manager NAOT (and Trim) compatible #602

HotCakeX opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
Roadmap Item 🚀 This item is in the Roadmap in the GitHub project

Comments

@HotCakeX
Copy link
Owner

Native AOT + Trimming is inevitably the next step in the development cycle of the AppControl Manager to achieve higher performance, faster startup time and smaller package size. It requires fundamental changes to the code that have been happening recently through various merged PRs.

https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot

Here is a benchmark of Rust vs .NET (Native AOT) where you can see the significant performance gains by switching to Native AOT compilation.

@HotCakeX HotCakeX added the Roadmap Item 🚀 This item is in the Roadmap in the GitHub project label Feb 17, 2025
@HotCakeX HotCakeX self-assigned this Feb 17, 2025
@HotCakeX HotCakeX added this to Roadmap Feb 17, 2025
@HotCakeX HotCakeX moved this to AppControl Manager in Roadmap Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap Item 🚀 This item is in the Roadmap in the GitHub project
Projects
Status: AppControl Manager
Development

No branches or pull requests

1 participant