fjl / memsize

memsize computes the size of your object graph
MIT License
27 stars 7 forks source link

memsize: scan maps more efficiently #1

Closed fjl closed 5 years ago

fjl commented 5 years ago

Avoid allocating a slice for all keys using the new MapIter feature on Go 1.12 and above.