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 8 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆29Updated 9 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 weeks ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A fast and flexible c++ template class for tree data structures☆106Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆71Updated last year
- Knot is a lightweight and simple TCP networking C++ library with no dependencies.☆29Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 6 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year