trie topic
bitcask
🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
gogu
A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.
lemonade
Sensitive word filter written in Golang.
DSA-Simplified
Designed by Engineers for Engineers. This is your One stop shop for all DSA queries! Here you will find implementation of all sorts of data structures and algorithms.
Data-Structures
Data-Structures using C++.
libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
okasaki
Scala implementation of data structures from Chris Okasaki's book
go-autocomplete-trie
go-autocomplete-trie is a data structure for text auto completion that allows for fuzzy matching and configurable levenshtein distance limits
DynSDT
Dynamic Score-Decomposed Tries which more efficiently solve the prefix autocomplete problem
CoCo-trie
COllapsed and COmpressed trie: a data-aware compressed string dictionary