Hacker News new | ask | show | jobs
by Ajnasz 972 days ago
It might be useful for you that, in Go, maps do not shrink their memory usage when elements are deleted.

[1]https://vivasoftltd.com/golang-mistakes-1-maps-and-memory-le...

[2]https://medium.com/@quicktechlearn/maps-and-memory-leaks-in-...