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
- ☆144Updated last month
- Lightweight structured concurrency for C++20☆132Updated 3 weeks ago
- High performance HTTP server built on C++20 coroutines and io_uring☆166Updated 11 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆308Updated 3 weeks ago
- Lock-free atomic_shared_ptr implementations☆44Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year
- A fast work-stealing queue template in C++☆315Updated last year
- Example programs for Talking Async videos☆198Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆268Updated 2 years ago
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 3 months ago
- The Art of Writing Efficient Programs, published by Packt☆321Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- Coroutines for C++20 & asio☆297Updated this week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆264Updated 2 weeks ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated last week
- An implementation of Seqlock in C++11☆219Updated last year
- A low overhead nanosecond clock based on x86 TSC☆336Updated 5 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆240Updated 11 months ago
- C++20 Meta-Programming library☆288Updated 2 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,036Updated last year
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- Fast and memory efficient c++ flat hash map/set☆620Updated this week
- c++ wrapper around libpapi☆76Updated 7 years ago
- C++ standard library features, "from scratch"☆189Updated 6 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- Implementation of the networking proposal P2762☆45Updated 3 weeks ago
- Lewis Baker's Blog☆72Updated 4 months ago