Tsukikage7 commented on issue #820: URL: https://github.com/apache/dubbo-go-pixiu/issues/820#issuecomment-5204517191
Follow-up optimization pushed to PR #1017: https://github.com/apache/dubbo-go-pixiu/pull/1017 Latest parallel benchmark run: - Dubbo GetUser: 400µs median (from 600µs in this issue, ~1.5x) - Dubbo GetGender: 300µs median (from 500µs, ~1.7x) The extra optimization caches registry/default resolution data and skips tracing/payload and attachment allocations when tracing is not configured. All three benchmark suites pass in parallel. -- 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]
