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
- Proposed IP address classes for standard c++☆36Updated 10 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆53Updated 11 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 9 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- Zero-dependency C++ BSON library.☆43Updated 4 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆26Updated 9 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- Convert build system from autoconf/make to CMake☆74Updated 2 years ago
- A simple, easy to use C++ 11 based HTTP web server☆21Updated 6 years ago
- async/await in vanilla C++11☆81Updated 8 years 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
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- STL-based caches for C++☆115Updated last year
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- JSON & BSON parser/writer☆38Updated 9 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- nanomsg rpc with protobuf☆39Updated 11 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆28Updated 8 years ago
- exploring coroutine C++ proposal☆45Updated 8 years ago
- awaitable tasks base on msvc's resumable functions.☆22Updated 7 years ago