mohaps / lrucache
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
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 9 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- STL-based caches for C++☆116Updated last year
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 10 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆22Updated 4 years ago
- Proposed IP address classes for standard c++☆36Updated 10 years ago
- Zero-dependency C++ BSON library.☆43Updated 4 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- async/await in vanilla C++11☆81Updated 8 years ago
- jemalloc — general purpose memory allocation functions, can be compiled on the windows.☆45Updated 9 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆30Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A simple, easy to use C++ 11 based HTTP web server☆21Updated 6 years ago
- Bourne is a lightweight JSON de/serializer (C++11).☆22Updated 9 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- Mutex implementations and utilities☆31Updated 8 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆52Updated 3 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago