# 性能评估

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avalonia.css.nlnet.net/documentation/cong-zhe-li-kai-shi/xing-neng-ping-gu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
