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☆288Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Comprehensive benchmarks of C++ maps☆304Updated last year
- A stripped-down, portable version of boost::context☆51Updated 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 …☆293Updated 5 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆145Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆343Updated 4 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- Boost.Coroutine2☆129Updated 2 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆201Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆352Updated 9 months ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆107Updated last month
- A concurrent thread-safe hash map implemented in C++☆146Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- An adaptive radix tree for efficient indexing in main memory.☆152Updated 10 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- A fast work-stealing queue template in C++☆300Updated last year
- view the coroutine's stack information☆14Updated 5 years ago
- Boost.Lockfree☆128Updated last month
- A ZooKeeper client for C++.☆152Updated 2 years ago
- Bloom filters for C++11☆356Updated 3 years ago
- STL-based caches for C++☆115Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆140Updated 2 years ago
- A STL allocator that mmaps files☆245Updated 3 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆60Updated 4 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆735Updated 4 months ago
- Intel Threading Building Blocks with local modifications☆29Updated 12 years ago
- C++ integer-to-string conversion benchmark☆340Updated this week