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.
我有一个问题——ClassMap 类会占用大量内存吗?大类映射会导致缓慢和abd性能吗?谢谢你!
我有一个问题——ClassMap 类会占用大量内存吗?
不
大类映射会导致缓慢和abd性能吗?
不是类本身,而是将其添加到配置对象时的序列化反序列化。然而,这个成本通常只支付一次(应用程序启动),并且巨大的映射意味着设计缺陷,这将对映射之外的其他事物产生更大的影响。