tstarling / thread-safe-lruLinks
A C++ template class providing a thread-safe LRU cache
☆77Updated 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
Sorting:
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated last month
- 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 …☆297Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- STL-style C++ skip_list container☆87Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆851Updated last month
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- Modern C++ B-tree containers☆279Updated 2 years ago
- A stripped-down, portable version of boost::context☆53Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- Bloom filters for C++11☆365Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of raft consensus☆271Updated 2 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆440Updated 11 months ago
- C++ integer-to-string conversion benchmark☆343Updated 10 months ago
- A fast work-stealing queue template in C++☆330Updated last year
- A ZooKeeper client for C++.☆157Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆147Updated 5 years ago
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆117Updated 11 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆627Updated 4 months ago
- Boost.Lockfree☆147Updated 2 weeks ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing