Avalonia Css
Source CodeδΈ­ζ–‡
  • Documentation
    • πŸŽ†Welcome
    • πŸŒοΈβ€β™‚οΈGet started
      • About Acss
      • Processes and concepts
      • Security
      • Performance Evaluation
      • Configuring the development environment
      • Debugging
      • About source code
      • FAQ
    • ❓How-to
      • Using Acss
        • Type Resolution
        • Configuration
        • Code Source
        • Extending Resources
      • Using Acss.Controls
      • Using Acss.Fluent
      • Using MessageBox
      • Using Senior
      • Using Acss.Behaviors
    • πŸ“Acss Syntax
      • Comment
      • Resource
      • Style
      • Animation
      • Behavior
    • πŸ’ŽBest Practices
      • Define a good control template
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Documentation
  2. Get started

Performance Evaluation

Acss requires dynamic loading of style files and dynamic generation of objects such as Avalonia resources and styles.Therefore, theoretically, programs using Acss have more memory and startup performance consumption than normal Avalonia programs, and the performance after running is relatively flat.

In addition, Acss uses a lot of reflection and does not support AOT, please be aware of this.

Detailed performance evaluation is not yet complete.

PreviousSecurityNextConfiguring the development environment

Last updated 1 year ago

Was this helpful?

πŸŒοΈβ€β™‚οΈ