Aresxue opened a new pull request, #90: URL: https://github.com/apache/dubbo-hessian-lite/pull/90
Optimize unnecessary getInterfaces and getSuperclass calls, which have a high overhead compared to getClass. For getInterfaces the for loop will check its size without checking its length. For superClass, there is no need to put all superClass or even Object.class into an unused list -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
