lamerman / cpp-lru-cacheLinks
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆383Updated 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 11 months ago
- High performance C++11 thread pool☆581Updated 4 years ago
- C++ integer-to-string conversion benchmark☆341Updated 6 months 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☆511Updated 8 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆831Updated 11 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆370Updated 3 months ago
- A STL allocator that mmaps files☆249Updated 4 years ago
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- userland threads☆489Updated last week
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆740Updated 5 years ago
- A collection of shared memory containers for high performance server☆234Updated 3 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆530Updated 8 years ago
- Concurrent data structures in C++☆1,434Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Yet Another Serialization☆764Updated 6 months ago
- C++ Benchmark Authoring Library/Framework☆854Updated 2 months ago
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆980Updated last year
- Boost.Lockfree☆138Updated last week
- A ZooKeeper client for C++.☆157Updated 2 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆251Updated 12 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆424Updated 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☆520Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 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…☆291Updated 2 months ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- cross-platform coroutine library in c++☆854Updated 2 months ago