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
- 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☆82Updated 9 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- async/await in vanilla C++11☆80Updated 8 years ago
- Convert build system from autoconf/make to CMake☆76Updated 3 years ago
- STL-based caches for C++☆116Updated 2 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 10 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆26Updated 9 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 10 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks 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
- Header only C++14 micro benchmark☆14Updated 9 years ago
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆58Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- lock free shared memory based high performance ring buffer☆25Updated 13 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Seamlessly integrate libcurl with Boost.Asio☆53Updated 7 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Bourne is a lightweight JSON de/serializer (C++11).☆22Updated 10 years ago
- A very minimal .INI reader/writer (C++11)☆31Updated 9 years ago