lamerman / cpp-lru-cache
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆379Updated 4 years ago
Alternatives and similar repositories for cpp-lru-cache
Users that are interested in cpp-lru-cache are comparing it to the libraries listed below
Sorting:
- 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 8 months ago
- High performance C++11 thread pool☆576Updated 4 years ago
- C++ integer-to-string conversion benchmark☆341Updated 3 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A fast, memory efficient hash map for C++☆1,267Updated 2 years ago
- C++ library for executors☆503Updated 8 years ago
- A header-only C++ library for task concurrency☆625Updated last year
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- Concurrent data structures in C++☆1,420Updated 4 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆360Updated last year
- Configurable C++ platform adapter☆559Updated 6 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Bloom filters for C++11☆358Updated 3 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆492Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆992Updated last year
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- Yet Another Serialization☆758Updated 2 months ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆736Updated 5 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆740Updated 7 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆818Updated 7 months ago
- C++ Benchmark Authoring Library/Framework☆845Updated 4 months ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆519Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆180Updated 5 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆275Updated 7 years ago
- C++ implementation of a memory efficient hash map and hash set☆348Updated 7 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆578Updated last month
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- C++ library for storing and printing backtraces.☆462Updated last month