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
- C++ integer-to-string conversion benchmark☆342Updated 9 months ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated 3 weeks ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆142Updated 5 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- Boost.Lockfree☆146Updated 2 weeks ago
- C++ double-to-string conversion benchmark☆259Updated 3 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Boost.Coroutine2☆135Updated 2 weeks ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Boost.Coroutine☆86Updated 2 weeks ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 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
- STL-based caches for C++☆116Updated 2 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆231Updated last year
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- 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
- C++11 wrapper for the LMDB embedded B+ tree database library.☆281Updated 5 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆82Updated last year
- C++ Client for elasticsearch☆122Updated last year
- Boost.Hana中文文档☆114Updated 5 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Updated 7 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago