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
☆40Updated 8 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
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆45Updated 10 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
- async/await in vanilla C++11☆80Updated 8 years ago
- Non bloated asynchronous logger☆223Updated last year
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆58Updated 10 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆117Updated 7 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- Boost.Coroutine2☆135Updated 3 months ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 3 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 10 months ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- Convert build system from autoconf/make to CMake☆76Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 10 years ago
- A simple, easy to use C++ 11 based HTTP web server☆21Updated 6 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- C++ async operations☆100Updated 10 years ago