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…☆40Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Yet another web framework—this time in modern C++!☆101Updated 2 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 7 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆29Updated 9 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- C++14 cache friendly B-heap priority queue☆106Updated 4 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A prototype implementation of the executors proposal