tstarling / thread-safe-lru
A C++ template class providing a thread-safe LRU cache
☆76Updated 2 years ago
Alternatives and similar repositories for thread-safe-lru:
Users that are interested in thread-safe-lru are comparing it to the libraries listed below
- Experimental C++11 version of sparsehash☆287Updated 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 …☆294Updated 4 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Comprehensive benchmarks of C++ maps☆302Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆143Updated 5 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆107Updated 2 weeks ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆140Updated last year
- STL-based caches for C++☆115Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆370Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆341Updated 3 months ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆124Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 3 months ago
- A fast work-stealing queue template in C++☆300Updated 11 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- Bloom filters for C++11☆355Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- A STL allocator that mmaps files☆244Updated 3 years ago
- Boost.Coroutine2☆129Updated last month
- STL-style C++ skip_list container☆86Updated 2 years ago
- Boost.Lockfree☆128Updated 3 weeks ago
- Component-Model Framework in C++☆44Updated 9 years ago