mpoeter / xeniumLinks
A C++ library providing various concurrent data structures and reclamation schemes.
☆593Updated 2 months ago
Alternatives and similar repositories for xenium
Users that are interested in xenium are comparing it to the libraries listed below
Sorting:
- Fast and memory efficient c++ flat hash map/set☆608Updated last week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,004Updated last year
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆954Updated 3 weeks ago
- C++20 coroutine library☆781Updated last week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,313Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- A fast work-stealing queue template in C++☆308Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆567Updated 10 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆708Updated 3 months ago
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- C++14 lock-free queue.☆1,668Updated last month
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆752Updated 3 weeks ago
- A high performance C++ log library, producing structured binary logs☆689Updated last week
- C++17 Run-time Polymorphism (Type Erasure) library☆479Updated 2 months ago
- userland threads☆482Updated 2 months ago
- Unified Executors☆1,604Updated 3 months ago
- Yet Another Serialization☆760Updated 4 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆365Updated last month
- A miniature library for struct-field reflection in C++☆570Updated 3 months ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆620Updated 2 years ago
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,100Updated 4 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,542Updated 3 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆308Updated 10 months ago
- C++ library for storing and printing backtraces.☆467Updated 3 weeks ago