tstarling / thread-safe-lru
A C++ template class providing a thread-safe LRU cache
☆76Updated 3 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☆289Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 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 6 months ago
- STL-style C++ skip_list container☆87Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆347Updated 6 months ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆109Updated 2 months ago
- An adaptive radix tree for efficient indexing in main memory.☆154Updated last year
- C++ implementation of raft consensus☆262Updated last year
- Comprehensive benchmarks of C++ maps☆307Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A ZooKeeper client for C++.☆153Updated 2 years ago
- C++ bindings & containers for libpmemobj☆108Updated 2 years ago
- Intel Threading Building Blocks with local modifications☆29Updated 12 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 10 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆179Updated 7 years ago
- Boost.Lockfree☆130Updated last week
- STL-based caches for C++☆115Updated last year
- Boost.Coroutine2☆130Updated last week
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 8 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- A working project for High-concurrency B-tree source code in C☆249Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year