Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Unity DI 容器如何通过增加类型注册来执行。让我们假设我们需要注册 10000 个不同的类型,类型注册和解析类型(瞬态)的性能影响是什么。
谢谢普什卡
Unity 在内部使用字典,因此您可以预期解析实例所需的时间在容器中的注册数量上保持不变。这适用于大多数容器。但是,还有其他因素可能会减慢速度,例如: