trie topic

List trie repositories

bitcask

25
Stars
2
Forks
Watchers

🔑 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

93
Stars
6
Forks
Watchers

A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.

lemonade

31
Stars
3
Forks
Watchers

Sensitive word filter written in Golang.

DSA-Simplified

48
Stars
11
Forks
Watchers

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.

libgenerics

49
Stars
6
Forks
Watchers

libgenerics is a minimalistic and generic library for C basic data structures.

okasaki

41
Stars
6
Forks
Watchers

Scala implementation of data structures from Chris Okasaki's book

go-autocomplete-trie

29
Stars
6
Forks
Watchers

go-autocomplete-trie is a data structure for text auto completion that allows for fuzzy matching and configurable levenshtein distance limits

DynSDT

21
Stars
0
Forks
Watchers

Dynamic Score-Decomposed Tries which more efficiently solve the prefix autocomplete problem

CoCo-trie

31
Stars
2
Forks
Watchers

COllapsed and COmpressed trie: a data-aware compressed string dictionary