Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM
*** Submitted as http://code.google.com/p/go/source/detail?r=44e733716d02 *** gob: remove another allocation. The top level bytes.Buffer is always there and can be re-used. Rpc goes from 83 to 79 mallocs per round trip. R=rsc CC=golang-dev http://codereview.appspot.com/4271062 Committer: Rob Pike <r@golang.org>
thanks. can't believe i missed that one. -rob