krareT / threaded-rb-treeLinks
Array based threaded red-black tree
☆15Updated 9 years ago
Alternatives and similar repositories for threaded-rb-tree
Users that are interested in threaded-rb-tree are comparing it to the libraries listed below
Sorting:
- Thread safe, lock-free memory pool.☆60Updated last year
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆37Updated 8 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- std::future extension☆37Updated 5 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- modern c++ raft library☆47Updated 6 years ago
- a modern c++ plugin library☆85Updated 4 years ago
- Boost.Hana中文文档☆114Updated 5 years ago
- Object pool implementation in C++11☆100Updated 5 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆243Updated last week
- There is my code snippet.☆120Updated 3 months ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- A fastest, exception-safety and pure C++17 thread pool.