CharlesFrasch / cppcon2023
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆71Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for cppcon2023
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- ☆124Updated 2 weeks ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆197Updated last week
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆49Updated last year
- Coroutines for C++20 & asio☆228Updated this week
- An async redis client designed for performance and scalability☆232Updated this week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆285Updated 3 months ago
- Lightweight structured concurrency for C++20☆83Updated 2 months ago
- A fast work-stealing queue template in C++☆296Updated 9 months ago
- Branch Optimisation for High-frequency Trading☆51Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆141Updated 8 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- a small lightweight std::execution work-alike☆55Updated last month
- Concurrency with modern C++☆31Updated 3 years ago
- C++20 Coroutines and io_uring☆47Updated last year
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆218Updated 2 months ago
- Boost.org unordered module☆63Updated last week
- A highly optimized single producer single consumer message queue C++ template☆250Updated 2 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆64Updated this week
- C++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆161Updated 5 months ago
- Example programs for Talking Async videos☆177Updated last year
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- Lewis Baker's Blog☆70Updated last year
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆300Updated last year
- Slides and other materials from CppCon2021☆97Updated last year
- C++20 Microservice Bootstrapping Framework☆205Updated 2 weeks ago
- High performance HTTP server built on C++20 coroutines and io_uring☆143Updated 3 months ago