sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

fix getDeserializerForCustomThrowable performance #1287

Closed rickey17 closed 1 year ago

rickey17 commented 1 year ago

Motivation:

Class.forName存在性能问题 https://github.com/spring-projects/spring-framework/issues/18631

Modification:

增加缓存