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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org