tsixta / tsmapLinks
Thread-safe C++11 wrapper for std::map with [readers-writer lock](https://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock).
☆31Updated 11 months ago
Alternatives and similar repositories for tsmap
Users that are interested in tsmap are comparing it to the libraries listed below
Sorting:
- Thread safe, lock-free memory pool.☆59Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆78Updated 6 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆91Updated 4 years ago
- std::future extension☆37Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A portable, pure C++11 timer component.☆175Updated last year
- A C++14 Task Manager / Scheduler☆106Updated last year
- STL-based caches for C++☆116Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- High performance C++11 thread pool☆578Updated 4 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- a FIFO-ordered associative container for C++☆200Updated 2 years ago
- safe: A threadsafe, iterator-preserving class built around std::map☆12Updated 7 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆197Updated 11 months ago
- c++ operation database like mybatis☆36Updated 3 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- C++11 signal/slot implementation☆78Updated 3 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- Modern C++ Scheduling Library☆280Updated 3 years ago
- Boost.Hana中文文档☆113Updated 4 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆131Updated 7 months ago
- Object pool implementation in C++11☆99Updated 4 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- A design pattern library developed in modern c++.☆54Updated 3 years ago
- A simple C++11 Thread Pool implementation☆125Updated 11 months ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆422Updated last month
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆290Updated 3 weeks ago