akashihi / stlcacheLinks
STL-based caches for C++
☆116Updated 2 years ago
Alternatives and similar repositories for stlcache
Users that are interested in stlcache are comparing it to the libraries listed below
Sorting:
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Boost::ASIO low-level redis client (connector)☆147Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆157Updated 6 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 …☆118Updated 7 years ago
- A reference implementation for a modern C++ client interface☆92Updated 7 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Boost.Coroutine2☆135Updated last month
- C++ framework for rapid server development☆77Updated last year
- A prototype implementation of the executors proposal