jongyunha / shrinkmapView on GitHub
ShrinkableMap is a high-performance, generic, thread-safe map implementation for Go that automatically manages memory by shrinking its internal storage when items are deleted. It provides a solution to the common issue where Go's built-in maps don't release memory after deleting elements.
27Jul 9, 2025Updated 7 months ago

Alternatives and similar repositories for shrinkmap

Users that are interested in shrinkmap are comparing it to the libraries listed below

Sorting:

Are these results useful?