dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.38k stars 192 forks source link

[NativeAOT LLVM] [Question] this project will be added to main repo? #2435

Closed sajjadarashhh closed 8 months ago

sajjadarashhh commented 9 months ago

in blazor projects we have many problems with application start time that we solved them with some tricks like hybrid application But afterall we cant use blazor as a complete framework for ui For example if you see mudblazor you dont wana to open pages in new tab for that slow runtime you dont wana to wait for application starting And this bad ux I think NativeAOT can solved application size and make better start time

jkotas commented 8 months ago

We do not have any committed plans on this front currently.