sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.96k stars 1.26k forks source link

性能优化 #1232

Closed yuanChina closed 1 year ago

yuanChina commented 1 year ago

image image

一个方法里调用了4次sofaboot接口(JVM) 主要瓶颈就是这里的反射获取路径名,有什么优化建议么

HzjNeverStop commented 1 year ago

这里确实可以优化下,interfaceType 在初始化的时候就固定了,可以只获取一次 CanonicalName

将在下一个版本优化这个

HzjNeverStop commented 1 year ago

1233