CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆105Updated 11 months ago
Alternatives and similar repositories for cppcon2023
Users that are interested in cppcon2023 are comparing it to the libraries listed below
Sorting:
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆187Updated last year
- Lightweight structured concurrency for C++20☆134Updated this week
- High performance HTTP server built on C++20 coroutines and io_uring☆166Updated 11 months ago
- ☆144Updated last month
- A fast work-stealing queue template in C++☆315Updated last year
- A low overhead nanosecond clock based on x86 TSC☆336Updated 5 months ago
- A highly optimized single producer single consumer message queue C++ template☆268Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆308Updated 3 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Coroutines for C++20 & asio☆297Updated this week
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- An implementation of Seqlock in C++11☆219Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Lock-free atomic_shared_ptr implementations☆44Updated last year
- Example programs for Talking Async videos☆198Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated last week
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆241Updated 11 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- c++ wrapper around libpapi☆76Updated 7 years ago
- Fast and memory efficient c++ flat hash map/set☆620Updated this week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆264Updated 2 weeks ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,036Updated last year
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 3 months ago
- A simple coroutine-based reactor library☆47Updated 2 weeks ago
- Very fast lock-free queue (thread safe)☆162Updated 3 weeks ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆256Updated last year
- Slides and other materials from CppCon2021☆111Updated last year