-
https://github.com/fasthttp/router for example
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
gotrie
A golang reader for a in-house, modified stevehanov's succinct trie implementation (http://stevehanov.ca/blog/?id=120) serialized to uint16 instead of base64.
-
You may want to try this implementation
-
wrote the go binding (unfinished project) here: https://github.com/kokizzu/hatrie_cache
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
-
Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)
-
Are there implementations of data structures with generics? Are they needed?
-
Gods Go Data Structures