jongyunha / shrinkmap

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.
17Updated this week

Related projects

Alternatives and complementary repositories for shrinkmap