mpoeter / xeniumLinks
A C++ library providing various concurrent data structures and reclamation schemes.
☆587Updated 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☆602Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆742Updated 8 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆997Updated last year
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆946Updated this week
- C++20 coroutine library☆765Updated this week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,302Updated last year
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆703Updated 2 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆491Updated 2 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆565Updated 9 months ago
- A fast work-stealing queue template in C++☆307Updated last year
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆349Updated 8 months ago
- Yet Another Serialization☆759Updated 3 months ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆617Updated 2 years ago
- Unified Executors☆1,591Updated 3 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆476Updated last month
- A library of C++ coroutine abstractions for the coroutines TS☆390Updated last month
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆750Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆362Updated last week
- An implementation of Seqlock in C++11☆210Updated 10 months ago
- C++14 lock-free queue.☆1,657Updated 3 weeks ago
- userland threads☆479Updated last month
- A high performance C++ log library, producing structured binary logs☆684Updated 10 months ago
- Coroutines for C++20 & asio☆283Updated last month
- C++ Benchmark Authoring Library/Framework☆847Updated 5 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,550Updated 7 months ago
- C++ library for executors☆503Updated 8 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,536Updated 2 weeks 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☆519Updated 2 years ago