dr-m / atomic_sync
Tiny mutex and rw-locks based on C++11 or C++20 std::atomic
☆20Updated 7 months ago
Alternatives and similar repositories for atomic_sync
Users that are interested in atomic_sync are comparing it to the libraries listed below
Sorting:
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆174Updated 12 years ago
- A simple replacement for std::unordered_map☆49Updated 9 months ago
- ☆56Updated 4 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 11 months ago
- ☆21Updated 6 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆73Updated 5 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- C++ serializers benchmark with realistic data☆123Updated 2 years ago
- ☆49Updated 7 years ago
- async io-uring based kernel io library☆31Updated 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…☆49Updated 7 years ago
- Boost.org unordered module☆72Updated 2 weeks ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 4 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Fixed size function wrapper like std::function☆69Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆107Updated last month
- fast prime sieve and hash algorithm☆38Updated 3 months ago
- https://dfrib.github.io/a-foliage-of-folly/☆13Updated 4 years ago