166 skills found · Page 1 of 6
hashicorp / Go MemdbGolang in-memory database built on immutable radix trees
exchange-core / Exchange CoreUltra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
delvedor / Find My WayA crazy fast HTTP router
antirez / RaxA radix tree implementation in ANSI C
hashicorp / Go Immutable RadixAn immutable radix tree implementation in Golang
armon / Go RadixGolang implementation of Radix trees
armon / LibartAdaptive Radix Trees implemented in C
wolfgarbe / PruningRadixTriePruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
ibraheemdev / MatchitA high performance, zero-copy URL router.
npgall / Concurrent TreesConcurrent Radix and Suffix Trees for Java
fasthttp / RouterRouter implementation for fasthttp
plar / Go Adaptive Radix TreeAdaptive Radix Trees implemented in Go
vmxdev / TkvdbTrie key-value database
abersheeran / KuiAn easy-to-use web framework. Supports both WSGI and ASGI modes. Gevent or asyncio, this is the question.
tchap / Go PatriciaA generic patricia trie (also called radix tree) implemented in Go (Golang)
api7 / Lua Resty RadixtreeAdaptive Radix Trees implemented in Lua / LuaJIT
vm-001 / Lua Radix RouterA lightweight high-performance and radix tree based router for Lua/LuaJIT/OpenResty
XiangpengHao / CongeeConcurrent ART (adaptive radix tree)
rafaelkallis / Adaptive Radix TreeAn adaptive radix tree for efficient indexing in main memory.
ytakano / Radix TreeSTL like container of radix tree (a.k.a. PATRICIA trie) in C++