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:
- async/await in vanilla C++11☆80Updated 8 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 10 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 10 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- Convert build system from autoconf/make to CMake☆76Updated 3 years ago
- Fast delegates implementation☆56Updated 3 years ago
- JSON & BSON parser/writer☆38Updated 9 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆26Updated 9 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 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 …☆116Updated 7 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
- An asynchronous application framework built on C++ coroutines and epoll.☆40Updated 2 months ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- jemalloc — general purpose memory allocation functions, can be compiled on the windows.☆45Updated 9 years ago
- Basic benchmarks for miscellaneous C++ JSON parsers and generators☆38Updated 9 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 3 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Active Object snippets with C++11, C++03 and C++/Qt☆22Updated 7 years ago