mohaps / lrucacheLinks
a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Map type. uses a double linked list and a std::map style container to provide fast insert, delete and update
☆41Updated 9 years ago
Alternatives and similar repositories for lrucache
Users that are interested in lrucache are comparing it to the libraries listed below
Sorting:
- STL-based caches for C++☆116Updated 2 years ago
- Convert build system from autoconf/make to CMake☆78Updated 3 years ago
- A simple C++11 reflection/serialization framework.☆129Updated 10 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆46Updated 10 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- Component-Model Framework in C++☆44Updated 10 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 10 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Boost.Coroutine2☆136Updated 2 weeks ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Non bloated asynchronous logger☆223Updated 2 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- jemalloc — general purpose memory allocation functions, can be compiled on the windows.