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
- STL-based caches for C++☆116Updated 2 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆109Updated last month
- A fastest, exception-safety and pure C++17 thread pool.☆132Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Component-Model Framework in C++☆44Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A fast and flexible c++ template class for tree data structures☆110Updated 2 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- High performance multithreading toolkit for C++17☆47Updated this week
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆138Updated 4 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆29Updated 10 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- C++ MapReduce Library for efficient multi-threading on single-machine☆337Updated 4 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- Yet another web framework—this time in modern C++!☆102Updated 2 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- STL-style C++ skip_list container☆87Updated 3 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago