2017-02-28 20:13:35 +01:00
2017-02-28 20:17:59 +01:00
2017-02-28 20:13:35 +01:00
2017-02-28 20:13:35 +01:00

Unsafe string↔[]byte conversion library

The library functions for unsafely convert between a string and a slice of bytes. You probably shouldnt 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.

Description
Unsafe string↔[]byte conversion library
Readme 26 KiB
Languages
Go 100%