trie topic

List trie repositories

flash

90
Stars
6
Forks
Watchers

Golang Keyword extraction/replacement Datastructure using Tries instead of regexes

cyac

94
Stars
15
Forks
Watchers

High performance Trie and Ahocorasick automata (AC automata) Keyword Match & Replace Tool for python

adaptive-radix-tree

115
Stars
14
Forks
Watchers

A fast and space efficient Radix tree in Java

HArray

92
Stars
10
Forks
Watchers

Fastest Trie structure (Linux & Windows)

lifti

170
Stars
8
Forks
Watchers

A lightweight full text indexer for .NET

treebitmap

97
Stars
28
Forks
Watchers

Fast IP lookup table for IPv4/IPv6 prefixes

PruningRadixTrie

513
Stars
27
Forks
Watchers

PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete

trie

96
Stars
0
Forks
Watchers

A fast trie implementation for typescript

poplar-trie

54
Stars
5
Forks
Watchers

C++17 implementation of memory-efficient dynamic tries

trie

73
Stars
21
Forks
Watchers

My take on an efficient implementation of a Trie in Javascript