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:
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆143Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 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 …☆298Updated last year
- Boost.Lockfree☆148Updated this week
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆232Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- A STL allocator that mmaps files☆255Updated 4 years ago
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- Boost.Coroutine2☆136Updated last month
- A tool for creating an amalgamation from C and C++ sources☆467Updated 9 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
- STL-based caches for C++☆116Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 6 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆190Updated 3 years ago
- Boost.Coroutine☆85Updated last month
- C++ implementation of a fast and memory efficient HAT-trie☆853Updated 2 months ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆282Updated 5 years ago
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆63Updated 7 years ago
- Boost.Hana中文文档☆115Updated 5 years ago