You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swiss.Map has similar delete behavior to Go's builtin map. The Map grows during insertion, but does not shrink during deletion. However, deleted pointer values can be Gc'd. So can the memory associated with string keys.
Does swissmap suffer from the same key-deletion issue as golang map? Namely memory is not freed upon deleting of keys?
See golang/go#20135
The text was updated successfully, but these errors were encountered: