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:
- 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☆73Updated 10 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Very fast and small(memory efficient) hash map☆36Updated 8 months ago
- Boost.Coroutine☆84Updated 2 months ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆56Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months 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
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 9 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆149Updated last year
- Boost.Lockfree☆134Updated last month
- C++标准库的轻量级拓展.☆69Updated 6 years ago
- Boost.Hana中文文档☆113Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- modern c++ raft library☆47Updated 5 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆134Updated 4 years ago
- Proposal for std::intrusive_ptr☆40Updated 6 years 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 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 simple utf8 decode/encode lib in c☆34Updated 9 years ago
- concurrency library for C++☆74Updated 11 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago