lamerman / cpp-lru-cache
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆376Updated 4 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
- 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 …☆294Updated 7 months ago
- High performance C++11 thread pool☆576Updated 4 years ago
- C++ library for executors☆502Updated 8 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 11 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++ Benchmark Authoring Library/Framework☆844Updated 3 months ago
- A feature complete LRU cache implementation in C++☆249Updated 5 years ago
- A header-only C++ library for task concurrency☆625Updated last year
- Yet Another Serialization☆756Updated 2 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆576Updated last month
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆815Updated 7 months ago
- Concurrent data structures in C++☆1,417Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- userland threads☆476Updated 2 weeks 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 2 years ago
- A STL allocator that mmaps files☆247Updated 3 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆418Updated 3 years ago
- A fast, memory efficient hash map for C++☆1,266Updated last year
- Low Latency C++11 Logging Library☆732Updated last year
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆495Updated last year
- C++ library for storing and printing backtraces.☆459Updated 2 weeks ago
- Configurable C++ platform adapter☆559Updated 6 years ago
- C++ integer-to-string conversion benchmark☆340Updated 2 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆982Updated last year
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆734Updated 5 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Async++ concurrency framework for C++11☆1,394Updated 6 months ago