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 last year
Alternatives and similar repositories for tsmap
Users that are interested in tsmap are comparing it to the libraries listed below
Sorting:
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆198Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- std::future extension☆37Updated 4 years ago
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆147Updated 6 months ago
- Much much fast, direct and static typed parsing of JSON with C++17☆46Updated 4 years ago
- A portable, pure C++11 timer component.☆175Updated last year
- Thread safe, lock-free memory pool.☆60Updated last year
- header only log inherited from Nanolog☆38Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated this week
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Boost.org interprocess module☆162Updated 2 weeks ago
- A design pattern library developed in modern c++.☆54Updated 3 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆37Updated 7 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 8 years ago
- STL-based caches for C++☆115Updated 2 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆239Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- Header-Only, Strong-Typed, Compile-time Object Relation Mapping (ORM) in Modern C++ :-)☆229Updated 7 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆132Updated 9 months ago
- C++标准库的轻量级拓展.☆70Updated 6 years ago
- Boost.Lockfree☆140Updated 2 weeks ago
- A smart C++11 thread pool. Efficiently schedule your threads using "Classify Thread Pool", "Priority Task Queue". And also provide "Self-…☆21Updated 6 years ago
- C++11 signal/slot implementation☆78Updated 4 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year