lamerman / cpp-lru-cache
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆373Updated 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 …☆293Updated 5 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 3 years ago
- High performance C++11 thread pool☆571Updated 4 years ago
- A feature complete LRU cache implementation in C++☆247Updated 5 years ago
- C++ library for executors☆499Updated 8 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆965Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆354Updated 9 months ago
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆809Updated 5 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆493Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆546Updated 2 weeks ago
- Experimental C++11 version of sparsehash☆289Updated 2 years ago
- A header-only C++ library for task concurrency☆624Updated last year
- A fast, memory efficient hash map for C++☆1,264Updated last year
- Yet Another Serialization☆750Updated last week
- C++ integer-to-string conversion benchmark☆340Updated 3 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- C++ Benchmark Authoring Library/Framework☆836Updated 2 months ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made wi…☆913Updated last month
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 3 years ago
- C++ library for storing and printing backtraces.☆454Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆735Updated 5 months ago
- Low Latency C++11 Logging Library☆730Updated last year
- STXXL: Standard Template Library for Extra Large Data Sets☆487Updated last year
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆346Updated 5 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,248Updated 11 months ago
- Boost.Coroutine2☆130Updated 2 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago