> For the complete documentation index, see [llms.txt](https://docs.avalonia.css.nlnet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avalonia.css.nlnet.net/documentation/cong-zhe-li-kai-shi/xing-neng-ping-gu.md).

# 性能评估

Acss 需要动态加载样式文件，动态生成 Avalonia 资源和样式等对象。因此理论上说，使用 Acss 的程序相比普通的 Avalonia 程序有**更多的内存占用和启动性能消耗**，**运行之后的性能则相对持平**。

另外，Acss 使用了较多的反射，不支持 AOT，请知悉。

{% hint style="warning" %}
详细性能评估暂未完成。
{% endhint %}
