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:
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Boost.Coroutine2☆136Updated last month
- Boost.Lockfree☆148Updated last month
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Boost.Coroutine☆85Updated last month
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 6 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- A collection of shared memory containers for high performance server☆239Updated 3 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 …☆297Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Boost.Hana中文文档☆114Updated 5 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 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
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 5 years ago
- ☆37Updated 10 years ago
- Boost.org pool module☆57Updated last month
- C++11 wrapper for the LMDB embedded B+ tree database library.☆281Updated 5 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 10 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Updated 7 months ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago