mohaps / lrucache11Links
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 and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com…
☆298Updated last year
Alternatives and similar repositories for lrucache11
Users that are interested in lrucache11 are comparing it to the libraries listed below
Sorting:
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆386Updated 5 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
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- High performance C++11 thread pool☆581Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A STL allocator that mmaps files☆251Updated 4 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 3 months ago
- C++ library for executors☆511Updated 8 years ago
- C++ integer-to-string conversion benchmark☆341Updated 7 months ago
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A fast work-stealing queue template in C++☆320Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- STL-based caches for C++☆115Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆550Updated last year
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Boost.Coroutine2☆135Updated this week
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆424Updated 3 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆834Updated 11 months ago
- userland threads☆490Updated 3 weeks ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆742Updated 5 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☆519Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆273Updated 3 years ago