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 9 months ago
- High performance C++11 thread pool☆578Updated 4 years ago
- C++ library for executors☆508Updated 8 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
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆822Updated 9 months ago
- C++ integer-to-string conversion benchmark☆341Updated 4 months ago
- Async++ concurrency framework for C++11☆1,403Updated 8 months ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆289Updated this week
- cross-platform coroutine library in c++☆849Updated last week
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆498Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆422Updated 2 weeks ago
- Yet Another Serialization☆760Updated 4 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 9 months ago
- Bloom filters for C++11☆359Updated 3 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- userland threads☆482Updated 2 months ago
- A fast, memory efficient hash map for C++☆1,282Updated last month
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- Linq for list comprehension in C++☆666Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- C++14 lock-free queue.☆1,671Updated last month
- C++ Benchmark Authoring Library/Framework☆848Updated 6 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- C++ library for storing and printing backtraces.☆467Updated 3 weeks ago
- Boost.Coroutine2☆135Updated 2 months 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 3 years ago