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
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- a tiny coroutine lib using for c++☆24Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 9 years ago
- Proposed IP address classes for standard c++☆36Updated 10 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 9 years ago
- A prototype implementation of the futures proposal☆11Updated 6 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- A simple, easy to use C++ 11 based HTTP web server☆21Updated 6 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆30Updated 2 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆59Updated 10 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 7 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆48Updated 6 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Generic RPC Library proposal for Boost☆32Updated 12 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- C++ coroutine based networking library (WIP)☆37Updated 6 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- A C++ RPC Library implementation with Protobuf and Boost Asio. Include Blocking Client, Async Client and Async Future Client.☆22Updated 9 years ago
- async/await in vanilla C++11☆81Updated 8 years ago
- A micro server framework, support coroutine, and parallel-computing, used for building flatbuffers/thrift/protobuf/http protocol service.☆21Updated 4 years ago