Skip to content

Instantly share code, notes, and snippets.

@teivah
Created August 24, 2022 14:22
Show Gist options
  • Save teivah/e34cbf2c960fa892209f7021e7bb43d7 to your computer and use it in GitHub Desktop.
Save teivah/e34cbf2c960fa892209f7021e7bb43d7 to your computer and use it in GitHub Desktop.
Step map[int][128]byte map[int]*[128]byte
Allocate an empty map 0 MB 0 MB
Add 1 million elements 461 MB 182 MB
Remove all the elements and run a GC 293 MB 38 MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment