lamerman / cpp-lru-cacheLinks
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆390Updated 5 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
Sorting:
- 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 …☆297Updated last year
- High performance C++11 thread pool☆584Updated 5 years ago
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated this week
- 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
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆852Updated 2 months ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- A ZooKeeper client for C++.☆157Updated 3 years ago
- C++ library for executors☆515Updated 9 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆746Updated 5 years ago
- C++ Benchmark Authoring Library/Framework☆862Updated 3 months ago
- A fast, memory efficient hash map for C++☆1,298Updated 7 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆533Updated 8 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- userland threads☆495Updated last month
- Concurrent data structures in C++☆1,446Updated 5 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆505Updated 2 years 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☆521Updated 3 years ago
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- Modern, asynchronous, and wicked fast C++11 client for Redis☆388Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- A C++ template class providing a thread-safe LRU cache☆77Updated 3 years ago
- A header-only C++ library for task concurrency☆631Updated 2 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…☆949Updated 2 weeks ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Updated 7 months ago
- Low Latency C++11 Logging Library☆750Updated 2 years ago