r-lyeh-archived / trieLinks
Trie is a lightweight and simple autocompletion data structure written in C++11.
☆44Updated 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 lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 10 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 6 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆28Updated 9 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- Apathy is a lightweight path/file/mstream/mmap IO library (C++03)☆35Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- C++11 HTTP Server Library. A cpp-netlib, that really works.☆36Updated 7 years ago
- Collection of header-only utilities for C++☆35Updated last year
- A lightweight ring dependency system (C++11)☆19Updated 9 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- A lightweight C++ library to diff and patch arbitrary data☆20Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Fast string to integer conversion☆15Updated 7 years ago
- A very minimal .INI reader/writer (C++11)☆30Updated 9 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆84Updated 2 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 3 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- Example program for BoostCon11 talk☆37Updated 14 years ago