pgoodman / rcuLinks
C++ implementation of RCU based on reference counting and hazard pointers.
☆27Updated 12 years ago
Alternatives and similar repositories for rcu
Users that are interested in rcu are comparing it to the libraries listed below
Sorting:
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A future and stream library for modern C++.☆67Updated 2 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- C++ framework for rapid server development☆77Updated last year
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A simple C++11 reflection/serialization framework.☆130Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆23Updated 9 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Hartmut Kaiser and Bryce Lelbach's version of Boost.Lockfree☆14Updated 14 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Boost.Coroutine2☆136Updated last week
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- C++ coroutine based networking library (WIP)☆39Updated 7 years ago
- Boost.Coroutine☆86Updated last week
- Enjoy template metaprogramming