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:
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A C++14 Task Manager / Scheduler☆110Updated 2 years ago
- Thread safe, lock-free memory pool.☆62Updated last year
- PolyM is a very simple C++ message queue intended for inter-thread communication☆200Updated last year
- CN-CppUserGroup-2019-1,lock-free queue demo☆94Updated 5 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆83Updated 7 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Object pool implementation in C++11☆101Updated 5 years ago
- std::future extension☆37Updated 5 years ago
- C++标准库的轻量级拓展.☆70Updated 6 years ago
- c++ operation database like mybatis☆36Updated 3 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆297Updated last year
- header only log inherited from Nanolog☆39Updated 5 years ago
- C++11 signal/slot implementation☆80Updated 4 years ago
- A portable, pure C++11 timer component.☆181Updated last year
- 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 …☆152Updated last month
- A simple C++ threadpool based on POSIX threads.☆129Updated 10 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- A handy, tiny but powerful compile-time reflection system for C++.☆79Updated last year
- Library for Asynchronicity, Serialization and Remoting☆76Updated 5 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆134Updated last year
- Much much fast, direct and static typed parsing of JSON with C++17☆46Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated this week
- threadpool is a cross-platform thread pool library based on boost C++ libraries.☆54Updated last year