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☆391Updated 5 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 STL allocator that mmaps files☆255Updated 4 years ago
- High performance C++11 thread pool☆585Updated 5 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Updated 7 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated last week
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆556Updated 2 years ago
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆853Updated 2 months ago
- C++ library for executors☆515Updated 9 years ago
- Boost.Coroutine2☆136Updated last month
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 3 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Boost.Lockfree☆148Updated this week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- A C++ await/yield emulation library for stackless coroutine☆341Updated 2 years ago
- Boost.Hana中文文档☆115Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated 3 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- A ZooKeeper client for C++.☆157Updated 3 years ago