lesbass commented on PR #3432:
URL: https://github.com/apache/dubbo-go/pull/3432#issuecomment-4727780092

   @Alanxtl thanks for the review. I've addressed all three points:
   
   1. Rebased onto `develop` instead of `main`
   2. Added the type-switch optimization from the issue's last section — 
strings now use `sb.WriteString` directly instead of `fmt.Fprint`
   3. Commented on #3431
   
   Updated diff now has both the index fix (`for _, i := range`) and the string 
fast path.


-- 
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]

Reply via email to