CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆103Updated 9 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☆175Updated last year
- Lightweight structured concurrency for C++20☆125Updated 2 weeks ago
- ☆144Updated this week
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- A fast work-stealing queue template in C++☆307Updated last year
- Example programs for Talking Async videos☆194Updated 2 years ago
- Coroutines for C++20 & asio☆283Updated last month
- High performance HTTP server built on C++20 coroutines and io_uring☆164Updated 9 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆253Updated this week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆306Updated 10 months ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆90Updated this week
- Lock-free atomic_shared_ptr implementations☆42Updated last year
- work contracts☆100Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- C++20 [Minimal] Static Perfect Hash library☆209Updated last month
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 4 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆65Updated this week
- network library based on io_uring and C++20 coroutine☆103Updated 5 years ago
- Branch Optimisation for High-frequency Trading☆57Updated last year
- A simple replacement for std::unordered_map☆49Updated 10 months ago
- c++ wrapper around libpapi☆69Updated 7 years ago
- Cpp lifetime safety profile static analyzer☆59Updated 4 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆90Updated last year
- A modern, fast, lightweight thread pool library based on C++20☆501Updated 5 months ago
- C++20 Meta-Programming library☆281Updated this week
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago