DevO2012 / cedar
Cedar implements an updatable double-array trie, which offers fast update/lookup for skewed queries in real-world data.
☆24Updated 9 years ago
Alternatives and similar repositories for cedar:
Users that are interested in cedar are comparing it to the libraries listed below
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆54Updated 2 years ago
- STL-based caches for C++☆115Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆117Updated 6 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆140Updated 2 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆146Updated 9 months ago
- STL-style C++ skip_list container☆86Updated 2 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 9 years ago
- Very fast and small(memory efficient) hash map☆36Updated 4 months ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- Boost.Coroutine2☆129Updated 2 months ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Boost.Hana中文文档☆111Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years 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…☆48Updated 6 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆171Updated 11 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Proposal for std::intrusive_ptr☆39Updated 5 years ago
- Embeddable C++17 Unicode library offering UTF encodings, general category info, simple and full casing, normalization forms, and combinin…☆78Updated 3 months ago
- A lovely structopt library for C++! Parse command line arguments by defining a struct! ❤️☆10Updated last year
- header only log inherited from Nanolog☆37Updated 4 years ago
- Boost.Lockfree☆128Updated last month
- Fast integer to string and string to integer conversion functions☆21Updated last year
- C++ framework for rapid server development☆77Updated last year
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago