tsixta / tsmap
Thread-safe C++11 wrapper for std::map with [readers-writer lock](https://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock).
☆28Updated 3 months ago
Related projects ⓘ
Alternatives and complementary repositories for tsmap
- Thread safe, lock-free memory pool.☆53Updated 7 months ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆33Updated 7 years ago
- c++ operation database like mybatis☆35Updated 2 years ago
- std::future extension☆37Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- safe: A threadsafe, iterator-preserving class built around std::map☆10Updated 6 years ago
- header only log inherited from Nanolog☆36Updated 4 years ago
- Much much fast, direct and static typed parsing of JSON with C++17☆47Updated 4 years ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆35Updated 7 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 7 years ago
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- µcoro☆62Updated this week
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆23Updated 4 months ago
- c++11任务库☆51Updated 8 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- ☆65Updated 5 years ago
- Chinese version for Agner Fog's optimizing series☆77Updated 5 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated last year
- modern c++ raft library☆46Updated 4 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆48Updated 6 years ago
- C++标准库的轻量级拓展.☆67Updated 5 years ago
- C++ utilities☆28Updated 2 months ago
- A design pattern library developed in modern c++.☆51Updated 2 years ago
- Asynchronous timer queue mechanism(C++11)☆24Updated 9 years ago
- better asio wrapper (++asio)☆40Updated 2 years ago
- fast malloc. similar to google-tcmalloc.☆22Updated 7 years 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