lamerman / cpp-lru-cacheLinks
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆381Updated 5 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 …☆296Updated 10 months ago
- High performance C++11 thread pool☆580Updated 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☆509Updated 8 years ago
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆739Updated 5 years ago
- C++ Benchmark Authoring Library/Framework☆850Updated last month
- C++ implementation of a fast and memory efficient HAT-trie☆829Updated 10 months ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- Yet Another Serialization☆762Updated 5 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆498Updated last year
- userland threads☆488Updated 3 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆527Updated 8 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆423Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- A ZooKeeper client for C++.☆156Updated 2 years ago
- Concurrent data structures in C++☆1,433Updated 4 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☆520Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆290Updated last month
- cross-platform coroutine library in c++☆852Updated last month
- Modern, asynchronous, and wicked fast C++11 client for Redis☆386Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆339Updated last year
- Async++ concurrency framework for C++11☆1,404Updated 9 months ago