r-lyeh-archived / trieLinks
Trie is a lightweight and simple autocompletion data structure written in C++11.
☆45Updated 10 years ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆41Updated 9 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 2 months ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆28Updated 12 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Component-Model Framework in C++☆44Updated 10 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Yet another web framework—this time in modern C++!☆102Updated 3 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A fast and flexible c++ template class for tree data structures☆113Updated 3 months ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆29Updated 10 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- High performance multithreading toolkit for C++17☆47Updated last month
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago