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 10 months ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- C++ double-to-string conversion benchmark☆258Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years 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 …☆298Updated last year
- STL-based caches for C++☆116Updated 2 years ago
- Boost.Coroutine☆86Updated last week
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆143Updated 5 years ago
- A C++ implementation of the aho corasick pattern search algorithm☆231Updated 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
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Boost.Lockfree☆146Updated last week
- Based on gmock, can mock global function, member function, class static function without changing source code.☆82Updated last year
- Boost.Coroutine2☆136Updated last week
- 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
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Updated 6 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
- Boost.Hana中文文档☆114Updated 5 years ago
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- A stripped-down, portable version of boost::context☆53Updated 3 years ago