-
hmt
A memory efficient immutable hash map implemented using the Hash Array Map Trie approach (by ebuckley)
We are on the same wave friend :). I literally just wrapped up https://github.com/ebuckley/hmt
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Doesn't say why it's here instead of trying to get into GoDS or something else.
-
Doesn't compare itself against anything else, like https://github.com/lleo/go-hamt
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
How do you go about the lack of built in data structure like stack, queue for LeetCode
-
Go Structures - Custom made generic data structures for Golang
-
Are there implementations of data structures with generics? Are they needed?
-
Gods Go Data Structures
-
Experimental generic implementations of various data structures (map, b-tree, AVL tree, rope, and more)