CharlesFrasch / cppcon2023
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆97Updated 6 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☆159Updated last year
- Lock-free atomic_shared_ptr implementations☆37Updated 10 months ago
- Lightweight structured concurrency for C++20☆112Updated this week
- ☆138Updated this week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆229Updated this week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 7 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆63Updated 6 months ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆52Updated last year
- An implementation of Seqlock in C++11☆208Updated 7 months ago
- A simple coroutine-based reactor library☆48Updated 11 months ago
- Coroutines for C++20 & asio☆259Updated last week
- Branch Optimisation for High-frequency Trading☆56Updated last year
- Slides and other materials from CppCon2021☆103Updated last year
- High performance HTTP server built on C++20 coroutines and io_uring☆157Updated 7 months ago
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆227Updated 6 months ago
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆96Updated 11 months ago
- a small lightweight std::execution work-alike☆64Updated 3 weeks ago
- C++20 [Minimal] Static Perfect Hash library☆196Updated 2 months ago
- Zoo library☆121Updated 3 weeks ago
- STL-compliant stable vector container☆27Updated 6 years ago
- C++20 Meta-Programming library☆265Updated 2 months ago
- work contracts☆90Updated last month
- A fast work-stealing queue template in C++☆305Updated last year
- A simple replacement for std::unordered_map☆47Updated 7 months ago
- Comprehensive benchmarks of C++ maps☆307Updated last year
- c++ wrapper around libpapi☆63Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- An async redis client designed for performance and scalability☆242Updated last week