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
☆41Updated 9 years ago
Alternatives and similar repositories for lrucache
Users that are interested in lrucache are comparing it to the libraries listed below
Sorting:
- STL-based caches for C++☆115Updated 2 years ago
- async/await in vanilla C++11☆80Updated 8 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 10 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆28Updated 10 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆117Updated 7 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆45Updated 10 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 4 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 10 years ago
- Boost.Coroutine2☆135Updated this week
- Component-Model Framework in C++☆44Updated 9 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- Convert build system from autoconf/make to CMake☆77Updated 3 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C++ async operations☆100Updated 10 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆28Updated 10 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Zero-dependency C++ BSON library.☆43Updated 5 years ago
- C++ event loop library. Wrapper around libev that utilizes lambda's and callback functions to notify you when filedescriptors become acti…☆145Updated 6 years ago
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆58Updated 10 years ago