DevO2012 / cedar
Cedar implements an updatable double-array trie, which offers fast update/lookup for skewed queries in real-world data.
☆24Updated 10 years ago
Alternatives and similar repositories for cedar:
Users that are interested in cedar are comparing it to the libraries listed below
- Boost.Lockfree☆131Updated 2 weeks ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Boost.Coroutine2☆130Updated 2 weeks ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Boost.Coroutine☆82Updated 2 weeks ago
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- STL-based caches for C++☆115Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆55Updated 2 years ago
- C++标准库的轻量级拓展.☆69Updated 6 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 6 months ago
- ☆37Updated 9 years ago
- STL-style C++ skip_list container☆87Updated 2 years ago
- Boost.org pool module☆51Updated 2 weeks ago
- Convert build system from autoconf/make to CMake☆74Updated 2 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Very fast and small(memory efficient) hash map☆36Updated 5 months ago
- A clone of Darts (Double-ARray Trie System)☆145Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Proposal for std::intrusive_ptr☆40Updated 5 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆53Updated 11 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆147Updated 11 months ago
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆62Updated 6 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago