DevO2012 / cedar
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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- STL-based caches for C++☆116Updated last year
- Boost.Coroutine☆83Updated 2 weeks ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆133Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated 11 months ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 7 months ago
- Boost.Lockfree☆132Updated 2 weeks ago
- Boost.org pool module☆52Updated 2 weeks ago
- C++ integer-to-string conversion benchmark☆340Updated 2 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 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 …☆294Updated 7 months ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆203Updated 2 years 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++☆145Updated last year
- C++ double-to-string conversion benchmark☆255Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- Object pool implementation in C++11☆98Updated 4 years ago
- A clone of Darts (Double-ARray Trie System)☆146Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- Boost.Coroutine2☆133Updated 2 weeks ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆52Updated 3 years ago
- Convert build system from autoconf/make to CMake☆75Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆174Updated 11 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 3 years ago