Skip to content

Instantly share code, notes, and snippets.

@teivah
Created May 26, 2020 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/dcb81c362217af7c5abb3d78635384cd to your computer and use it in GitHub Desktop.
Save teivah/dcb81c362217af7c5abb3d78635384cd to your computer and use it in GitHub Desktop.
type PaddedStruct struct {
n int
_ CacheLinePad
}
type CacheLinePad struct {
_ [CacheLinePadSize]byte
}
const CacheLinePadSize = 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment