Skip to content

Instantly share code, notes, and snippets.

@marawannwh
Created November 1, 2020 18:18
Show Gist options
  • Save marawannwh/5995d6823a2ba04df81cd7f42d5df6c3 to your computer and use it in GitHub Desktop.
Save marawannwh/5995d6823a2ba04df81cd7f42d5df6c3 to your computer and use it in GitHub Desktop.
type hmap struct {
count int
flags uint8
B uint8
noverflow uint16
hash0 uint32
buckets unsafe.Pointer
oldbuckets unsafe.Pointer
nevacuate uintptr
extra *mapextra
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment