AlexStocks commented on PR #3284: URL: https://github.com/apache/dubbo-go/pull/3284#issuecomment-4191980207
[P2] 建议级改进:在 realizeVariadicArg 函数中,每次循环都调用 reflect.ValueOf(realized) 和 slice.Index(i).Set() 可能存在性能优化空间。考虑预先验证类型兼容性,或者在批量设置值时使用更高效的方式。 -- 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]
