kephir4eg / trieLinks
C++ implementation of Radix tree
☆65Updated 6 years ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- Modern C++ B-tree containers☆277Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- A STL allocator that mmaps files☆252Updated 4 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆296Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated last month
- A fast work-stealing queue template in C++☆321Updated last year
- Boost.Lockfree☆145Updated last week
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆363Updated last month
- 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
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆315Updated 2 years ago
- C++ framework for rapid server development☆77Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆617Updated 2 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated this week
- ☆128Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Port of the xxhash library to C++17.☆183Updated 5 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆327Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Boost.Coroutine2☆135Updated last month
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated 8 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago