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:
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- 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☆181Updated 11 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Modern C++ B-tree containers☆274Updated 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 …☆295Updated 10 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆136Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Boost.Coroutine2☆135Updated 3 months ago
- A C++ implementation of the aho corasick pattern search algorithm☆224Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Boost.Lockfree☆135Updated 2 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- C++ double-to-string conversion benchmark☆258Updated 3 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆827Updated 9 months ago
- libpypa is a Python parser implemented in pure C++☆190Updated 7 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- Boost.Coroutine☆85Updated 3 months ago
- A clone of Darts (Double-ARray Trie System)☆151Updated 2 months ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 10 months ago
- Very fast and small(memory efficient) hash map☆36Updated 9 months ago
- STL-style C++ skip_list container☆87Updated 3 years ago