mpoeter / xenium
A C++ library providing various concurrent data structures and reclamation schemes.
☆523Updated last year
Alternatives and similar repositories for xenium:
Users that are interested in xenium are comparing it to the libraries listed below
- Comprehensive benchmarks of C++ maps☆302Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆732Updated 3 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆904Updated this week
- C++ implementation of a memory efficient hash map and hash set☆341Updated 3 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆947Updated last year
- A header-only C++ library for task concurrency☆623Updated last year
- A fast work-stealing queue template in C++☆300Updated 11 months ago
- C++20 coroutine library☆647Updated 2 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆550Updated 5 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,224Updated 10 months ago
- Fast and memory efficient c++ flat hash map/set☆531Updated this week
- A high performance C++ log library, producing structured binary logs☆648Updated 5 months ago
- An implementation of Seqlock in C++11☆199Updated 5 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆487Updated 2 years ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆627Updated this week
- userland threads☆470Updated 3 weeks ago
- A library of C++ coroutine abstractions for the coroutines TS☆369Updated last month
- C++ library for executors☆498Updated 8 years ago
- C++14 lock-free queue.☆1,571Updated last month
- std::simd for GCC [ISO/IEC TS 19570:2018]☆596Updated last year
- A miniature library for struct-field reflection in C++☆518Updated last week
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆737Updated 2 weeks ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆834Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆350Updated 8 months ago
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆514Updated 2 years ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆359Updated last month
- Event loop friendly C++ actor micro-framework, supervisable☆349Updated 3 weeks ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆505Updated this week
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 7 months ago
- Yet Another Serialization☆736Updated 9 months ago