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:
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Convert build system from autoconf/make to CMake☆75Updated 2 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- A simple, easy to use C++ 11 based HTTP web server☆21Updated 6 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Basic benchmarks for miscellaneous C++ JSON parsers and generators☆38Updated 9 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 10 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- Zero-dependency C++ BSON library.☆43Updated 5 years ago
- async/await in vanilla C++11☆80Updated 8 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 10 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- ZeroMQ C++ binding.☆30Updated 7 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Generic RPC Library proposal for Boost☆32Updated 13 years ago
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆58Updated 10 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Fast delegates implementation☆56Updated 3 years ago