trie topic

List trie repositories
trafficstars

opencc4j

451
Stars
68
Forks
Watchers

🇨🇳Open Chinese Convert is an opensource project for conversion between Traditional Chinese and Simplified Chinese.(java 中文繁简体转换)

capsule

402
Stars
28
Forks
Watchers

The Capsule Hash Trie Collections Library

pyahocorasick

900
Stars
120
Forks
Watchers

Python module (C extension and plain python) implementing Aho-Corasick algorithm

hat-trie

770
Stars
113
Forks
Watchers

C++ implementation of a fast and memory efficient HAT-trie

muxie

283
Stars
24
Forks
Watchers

Muxie is a modern, fast and light HTTP multiplexer for Go. Fully compatible with the http.Handler interface. Written for everyone.

trienet

411
Stars
67
Forks
Watchers

.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.

router

185
Stars
14
Forks
Watchers

⚡️ A lightning fast HTTP router

trie4j

170
Stars
31
Forks
Watchers

PATRICIA, Double Array, LOUDS Trie implementations for Java

rust_radix_trie

173
Stars
33
Forks
Watchers

Fast generic radix trie implemented in Rust