Categorygithub.com/mina86/unsafeconvert
repositorypackage
0.0.0-20170228191759-4dde7f529f51
Repository: https://github.com/mina86/unsafeconvert.git
Documentation: pkg.go.dev

# README

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.