radix-tree
There are 107 repositories under radix-tree topic.
delvedor/find-my-way
A crazy fast HTTP router
wolfgarbe/PruningRadixTrie
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
fasthttp/router
Router implementation for fasthttp
ibraheemdev/matchit
A high performance, zero-copy URL router.
vmxdev/tkvdb
Trie key-value database
abersheeran/kui
An easy-to-use web framework. Supports both WSGI and ASGI modes. Gevent or asyncio, this is the question.
tchap/go-patricia
A generic patricia trie (also called radix tree) implemented in Go (Golang)
ytakano/radix_tree
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
steambap/koa-tree-router
high performance router for Koa
surrealdb/vart
A timed adaptive radix trie data-structure, used in SurrealKV
luislavena/radix
Radix Tree implementation for Crystal
arriqaaq/art
An Adaptive Radix Tree (ART) implementation in Go
AmyangXYZ/sgo
A simple, light and fast Web framework written in Go.
piko-framework/router
A lightweight and fast router for PHP
absolutelightning/treds
Sorted Data Structure Server - Treds is a Data Structure Server which returns data in sorted order and is the fastest prefix search server. It also persists data on disk.
VictorScherbakov/DataTanker
Embedded persistent key-value store for .NET. Pure C# code.
elliotwutingfeng/go-fasttld
go-fasttld is a high performance effective top level domains (eTLD) extraction module.
gbrlsnchs/radix
Golang radix tree implementation
gammazero/radixtree
adaptive radix tree (a.k.a prefix tree or compact trie)
aminography/WorldCitiesApp
This example project demonstrates a clean way to architect an Android application.
nitely/kua
:zap: Lightning fast URL routing in Python (radix-trie router)
Luukdegram/ctradix
Comptime radix tree in Zig
porfirion/trie
Efficient generic compact radix tree (trie) implementation in go
absolutelightning/go-immutable-adaptive-radix
Immutable Adaptive Radix Tree implementation in go
paurkedal/ocaml-radixmap
Map à la Binary Radix Tree
scttdavs/radix-trie
Radix Trie (in Javascript)
ahmdrz/simorgh
Simorgh is a simple server/client and key/value database using radix tree
vltr/xrtr
A Radix Tree based router for HTTP and other routing needs with support for middlewares and endpoints with a Cython boost
immobiliare/radix3
🌳 Lightweight and fast router for JavaScript based on Radix Tree. This fork adds functional matching!
roman01la/part-js
Persistent Adaptive Radix Tree (PART) for JavaScript
dunkelhaus/trie-hadt
A Holochain Abstract Data Type (HADT) for abstracting the low-levels of implementing a radix tree / trie on Holochain.
oroszgy/radixtree
Fork of the project http://code.google.com/p/radixtree
philipbecker/cpp-art
STL-compliant map and set container based on a C++11 Adaptive Radix Tree implementation.
sergv/radix-tree
Haskell implementation of the radix tree data structure
hammamikhairi/RadixTree
An implementation of the Radix Tree data structure in Go
WenyXu/sync-adaptive-radix-tree
An implementation of the Adaptive Radix Tree with Optimistic Lock Coupling.