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 |
Created
August 24, 2022 14:22
-
-
Save teivah/e34cbf2c960fa892209f7021e7bb43d7 to your computer and use it in GitHub Desktop.