RootCauseunvalidated
append() reuses the slice only when capacity is sufficient; with []byte{} it repeatedly reallocates and copies as the buffer grows
54c1842d-b7b7-42a2-be81-7c7df4af6552
append() reuses the slice only when capacity is sufficient; with []byte{} it repeatedly reallocates and copies as the buffer grows