Skip to content

Instantly share code, notes, and snippets.

@netbrain
Created November 1, 2019 06:50
Show Gist options
  • Save netbrain/02d298582744eec763b86f746cbdc791 to your computer and use it in GitHub Desktop.
Save netbrain/02d298582744eec763b86f746cbdc791 to your computer and use it in GitHub Desktop.
cgo
// A []C.int64_t slice backed by C memory.
// See: https://github.com/golang/go/wiki/cgo#turning-c-arrays-into-go-slices
// Using [1<<27] instead of [1<<30] so it works on 32-bit architecture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment