lamerman / cpp-lru-cache
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆366Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for cpp-lru-cache
- 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 2 months ago
- High performance C++11 thread pool☆568Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆325Updated 3 years ago
- C++ library for executors☆494Updated 8 years ago
- Async++ concurrency framework for C++11☆1,350Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- A header-only C++ library for task concurrency☆624Updated last year
- Yet Another Serialization☆733Updated 8 months ago
- C++ Benchmark Authoring Library/Framework☆824Updated last month
- A public domain lock free queues implemented in C++11☆181Updated 10 years ago
- A feature complete LRU cache implementation in C++☆237Updated 4 years ago
- C++ library for storing and printing backtraces.☆436Updated this week
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆508Updated 2 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 6 years ago
- A STL allocator that mmaps files☆242Updated 3 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- userland threads☆464Updated this week
- C++ implementation of a fast and memory efficient HAT-trie☆793Updated last month
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 2 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆490Updated last year
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆273Updated this week
- A fast, memory efficient hash map for C++☆1,254Updated last year
- Boost.Coroutine2☆128Updated this week
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- C++ promise/A+ library in Javascript style.☆673Updated 7 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆343Updated 6 months ago
- C++ integer-to-string conversion benchmark☆339Updated 2 years ago
- Bloom filters for C++11☆355Updated 2 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,497Updated 3 months ago
- Various synchronization primitives for multithreaded applications in C++11.