DevO2012 / cedarLinks
Cedar implements an updatable double-array trie, which offers fast update/lookup for skewed queries in real-world data.
☆25Updated 10 years ago
Alternatives and similar repositories for cedar
Users that are interested in cedar are comparing it to the libraries listed below
Sorting:
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Boost.Coroutine☆85Updated 2 months ago
- Boost.Coroutine2☆135Updated last month
- C++ integer-to-string conversion benchmark