lamerman / cpp-lru-cacheLinks
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆387Updated 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 last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- High performance C++11 thread pool☆582Updated 5 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- C++ integer-to-string conversion benchmark☆341Updated 7 months ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- C++ library for executors☆509Updated 9 years ago
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 2 weeks 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++☆744Updated 5 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆839Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆425Updated 3 months ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- A ZooKeeper client for C++.☆157Updated 2 years ago
- C++ Benchmark Authoring Library/Framework☆857Updated 3 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- Yet Another Serialization☆765Updated 7 months ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- Boost.Lockfree☆143Updated last month
- A collection of shared memory containers for high performance server☆237Updated 3 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆530Updated 8 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☆518Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 3 weeks ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆500Updated last year
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 7 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…☆293Updated 3 months ago