You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-fuzz: add reuseable buffers for testee communication
These are small, but they get used a lot.
Also, binary.Read and binary.Write go through reflect,
which allocates. Not a lot, but this is very high volume.
0 commit comments