#
radixtree
Here are 6 public repositories matching this topic...
一个基于 C++11 实现的高性能、高并发内存分配器,采用经典的 TCMalloc 三级缓存架构,并在底层引入 基数树 (Radix Tree) 极速映射逻辑。
-
Updated
Mar 20, 2026 - C++
Associative container with the ability to search more efficiently if you know the key will be there. On par with std::map and well against std::unordered_map for most keys sizes, and especially where you have large keys with common prefixes.
-
Updated
May 2, 2024 - C++
Implementation of Radix-Tree in C++.
-
Updated
Oct 9, 2019 - C++
Improve this page
Add a description, image, and links to the radixtree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the radixtree topic, visit your repo's landing page and select "manage topics."