quasilyte/go-perfguard

Collect cases where stringtoslicebytetmp would be useful

quasilyte opened this issue · 0 comments

Cases where we can move the allocated string to the slice directly:

  • []byte(x + y)
  • append([]byte(s), data...)