the native aot is just fast the startup right?

mc 5,061 Reputation points
2023-07-05T01:58:51.9766667+00:00

the aot fast the startup

when the app runs and tap some buttons it is will be faster when it is aot?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,838 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 78,671 Reputation points Microsoft Vendor
    2023-07-05T02:58:46.5166667+00:00

    Hello,

    the native aot is just fast the startup right?

    It will speed up application startup, but it will take a significant amount of disk space and build time will be slower than using JIT. Here is a document about AOT As note: this is a Xamarin document, but you can refer to it as well for MAUI.

    when the app runs and tap some buttons it is will be faster when it is aot?

    App runs will be faster when startup, but tab buttons could not be faster.

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.