Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 321 Bytes

File metadata and controls

7 lines (5 loc) · 321 Bytes

Unsafe string↔[]byte conversion library

The library functions for unsafely convert between a string and a slice of bytes. You probably shouldn’t use it unless you need to squeeze extra performance from your performance-critical code path.

See https://mina86.com/2017/golang-string-and-bytes/ for some more info.