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
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated 2 years ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- 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 …☆294Updated 7 months ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆347Updated 7 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆109Updated 4 months ago
- An adaptive radix tree for efficient indexing in main memory.☆159Updated last year
- STL-based caches for C++☆116Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆360Updated 11 months ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆140Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- C++ bindings & containers for libpmemobj☆110Updated 2 years ago
- STL-style C++ skip_list container☆87Updated 2 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Boost.Coroutine2☆133Updated 3 weeks ago
- Bloom filters for C++11☆357Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- A feature complete LRU cache implementation in C++☆250Updated 5 years ago
- C++ implementation of Radix tree☆62Updated 5 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆409Updated 3 months ago
- Different implementations of spinlock.☆105Updated 10 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago