DevO2012 / cedarLinks
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
Sorting:
- C++ integer-to-string conversion benchmark☆341Updated 6 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- 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 …☆296Updated 11 months ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆136Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Boost.Coroutine☆85Updated 4 months ago
- Boost.Lockfree☆135Updated 2 months ago
- A C++ implementation of the aho corasick pattern search algorithm☆226Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Boost.Coroutine2☆135Updated 4 months ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- C++ double-to-string conversion benchmark☆259Updated 3 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆186Updated 2 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆79Updated last year
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆278Updated 4 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆382Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago