8000 GitHub - streamone/radix_tree: STL like container of radix tree (a.k.a. PATRICIA trie) in C++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

streamone/radix_tree

 
 

Repository files navigation

radix_tree

Build Status

STL like container of radix tree in C++

Usage

It's a header-only library. Just include it. See examples.

Develop

Requirements: any C++98 compiler (g++ or clang++), cmake

~/radix_tree $ mkdir build && cd build
~/radix_tree/build $ cmake .. -DBUILD_TESTS=On
~/radix_tree/build $ make check

Copyright

See COPYING.

About

STL like container of radix tree (a.k.a. PATRICIA trie) in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.3%
  • CMake 11.7%
0