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☆585Updated 5 years 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++ integer-to-string conversion benchmark☆343Updated 10 months ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- C++ library for executors☆513Updated 9 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆851Updated last month
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆745Updated 5 years ago
- userland threads☆495Updated 2 weeks ago
- C++ Benchmark Authoring Library/Framework☆863Updated 2 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆533Updated 8 years ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- Yet Another Serialization☆769Updated 10 months ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Updated 6 months ago
- cross-platform coroutine library in c++☆868Updated 6 months ago
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆991Updated last year
- Boost.Lockfree☆147Updated 2 weeks ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆341Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆627Updated 4 months ago
- A fast, memory efficient hash map for C++☆1,295Updated 7 months ago
- A ZooKeeper client for C++.☆157Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Updated 5 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated last month
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆295Updated 6 months ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago