lamerman / cpp-lru-cacheLinks
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 …☆295Updated 10 months ago
- High performance C++11 thread pool☆578Updated 4 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
- C++ library for executors☆508Updated 8 years ago
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆827Updated 9 months ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- userland threads☆484Updated 3 months ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆739Updated 5 years ago
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- C++ Benchmark Authoring Library/Framework☆848Updated 2 weeks 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☆520Updated 3 years ago
- Concurrent data structures in C++☆1,430Updated 4 years ago
- Yet Another Serialization☆761Updated 4 months ago
- C++ library for storing and printing backtraces.☆468Updated last month
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 8 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆422Updated last month
- Boost.Coroutine2☆135Updated 3 months ago
- Boost.Lockfree☆134Updated last month
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆248Updated 11 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆499Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆745Updated 9 months ago
- Low Latency C++11 Logging Library☆739Updated last year
- A header-only C++ library for task concurrency☆628Updated 2 years ago