tiltwind commented on code in PR #387:
URL: https://github.com/apache/dubbo-go-hessian2/pull/387#discussion_r2604901827
##########
map.go:
##########
@@ -276,7 +276,18 @@ func (d *Decoder) decMap(flag int32) (interface{}, error) {
d.appendRefs(instValue)
- for d.peekByte() != BC_END {
+ for {
Review Comment:
I don't get why peekByte() will cause performance issue, can u explain
--
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]