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…
☆297Updated 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☆389Updated 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 public domain lock free queues implemented in C++11☆180Updated 11 years ago
- High performance C++11 thread pool☆584Updated 5 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated last month
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated 9 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- Experimental C++11 version of sparsehash☆293Updated 3 years ago
- A fast work-stealing queue template in C++☆326Updated last year
- C++ library for executors☆513Updated 9 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆363Updated last week
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆553Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆426Updated 5 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆501Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆133Updated 6 years ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last week
- A C++ library providing various concurrent data structures and reclamation schemes.☆621Updated 3 months ago
- Low Latency C++11 Logging Library☆744Updated last year
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- A highly optimized single producer single consumer message queue C++ template☆276Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆747Updated 5 years ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago