Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClassManager 的 cache 在启动的时候扫描,在使用的时候效率更高 #4

Closed
FULaBUla opened this issue Jan 23, 2023 · 2 comments
Milestone

Comments

@FULaBUla
Copy link
Contributor

FULaBUla commented Jan 23, 2023

如果在启动的时候像 spring 一样注解扫描,性能会比第一次使用的时候高,同时避免 cache 是 hashmap 的多线程问题

@MisterChangRay
Copy link
Owner

如果在启动的时候像 spring 一样注解扫描,性能会比第一次使用的时候高,同时避免 cache 是 hashmap 的多线程问题

这个是提供工具类的支持程度,没必要进行全局扫描。
实际应用中可以做一个单实例工具类来进行扩展使用

@MisterChangRay
Copy link
Owner

如果在启动的时候像 spring 一样注解扫描,性能会比第一次使用的时候高,同时避免 cache 是 hashmap 的多线程问题

这个是提供工具类的支持程度,没必要进行全局扫描。 实际应用中可以做一个单实例工具类来进行扩展使用

增加magic-byte-spring-boot-starter

已添加到V2.2.0

@MisterChangRay MisterChangRay added this to the V2.2.0 milestone Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants