commaok.xyz/post/discove...
commaok.xyz/post/discove...
@thepudds.bsky.social you seem to worked on the CL. Could you explain the `append([]byte(nil), make([]byte, finalSize)...)[:0]` bit — why is it more efficient than `make([]byte, 0, finalSize)` there?
github.com/golang/go/bl...
@thepudds.bsky.social you seem to worked on the CL. Could you explain the `append([]byte(nil), make([]byte, finalSize)...)[:0]` bit — why is it more efficient than `make([]byte, 0, finalSize)` there?
github.com/golang/go/bl...