mohaps / lrucache11
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…
☆294Updated 7 months ago
Alternatives and similar repositories for lrucache11:
Users that are interested in lrucache11 are comparing it to the libraries listed below
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆377Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 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
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆179Updated 5 years ago
- C++ library for executors☆503Updated 8 years ago
- High performance C++11 thread pool☆576Updated 4 years ago
- C++ integer-to-string conversion benchmark☆340Updated 2 months ago
- A header-only C++ library for task concurrency☆625Updated last year
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- Yet Another Serialization☆757Updated 2 months ago
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- A fast work-stealing queue template in C++☆306Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ implementation of a memory efficient hash map and hash set☆347Updated 7 months ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆419Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- STL-based caches for C++☆116Updated last year
- cross-platform coroutine library in c++☆845Updated last month
- Bloom filters for C++11☆357Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆740Updated 7 months ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆737Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- Boost.Coroutine2☆133Updated 3 weeks ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago