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
Related projects ⓘ
Alternatives and complementary repositories for lrucache
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- a tiny coroutine lib using for c++☆24Updated 10 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
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Basic benchmarks for miscellaneous C++ JSON parsers and generators☆38Updated 8 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 7 years ago
- jemalloc — general purpose memory allocation functions, can be compiled on the windows.☆45Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated 2 weeks ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 9 years ago
- Header only C++14 micro benchmark☆14Updated 8 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Proposed IP address classes for standard c++☆35Updated 10 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- STL-based caches for C++☆113Updated last year
- C++ proactor network library for Linux☆17Updated 9 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 3 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 9 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆26Updated 9 years ago
- ☆17Updated 5 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- mpio for Jubatus☆34Updated 5 years ago
- Active Object snippets with C++11, C++03 and C++/Qt☆22Updated 7 years ago
- Lock-free linked list☆16Updated 12 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆28Updated 8 years ago
- Theron C++ concurrency library☆32Updated 10 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆30Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago