CharlesFrasch / cppcon2023
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆99Updated 8 months ago
Alternatives and similar repositories for cppcon2023:
Users that are interested in cppcon2023 are comparing it to the libraries listed below
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- Lightweight structured concurrency for C++20☆120Updated last week
- Lock-free atomic_shared_ptr implementations☆40Updated 11 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago
- Coroutines for C++20 & asio☆275Updated 2 weeks ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆52Updated last year
- High performance HTTP server built on C++20 coroutines and io_uring☆160Updated 8 months ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- A fast work-stealing queue template in C++☆306Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Example programs for Talking Async videos☆190Updated 2 years ago
- An adaption of Senders/Receivers for async networking and I/O☆18Updated last week
- c++ wrapper around libpapi☆68Updated 7 years ago
- a small lightweight std::execution work-alike☆65Updated last month
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆234Updated 8 months ago
- network library based on io_uring and C++20 coroutine☆103Updated 4 years ago
- ☆143Updated last week
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆85Updated this week
- STL-compliant stable vector container☆28Updated 6 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 3 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆244Updated 3 weeks ago
- Branch Optimisation for High-frequency Trading☆57Updated last year
- work contracts☆97Updated 3 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- Lewis Baker's Blog☆70Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 7 months ago
- Cpp lifetime safety profile static analyzer☆59Updated 3 months ago
- A simple coroutine-based reactor library☆48Updated last year