CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆111Updated last year
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☆208Updated 2 years ago
- ☆145Updated 2 weeks ago
- Lightweight structured concurrency for C++20☆149Updated 3 weeks ago
- High performance HTTP server built on C++20 coroutines and io_uring☆171Updated last year
- Lock-free atomic_shared_ptr implementations☆46Updated last year
- A fast work-stealing queue template in C++☆322Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆327Updated last year
- c++ wrapper around libpapi☆84Updated 7 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆617Updated 2 months ago
- Implementation of the networking proposal P2762☆63Updated last week
- Example programs for Talking Async videos☆205Updated 2 years ago
- C++20 Coroutines and io_uring☆53Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆315Updated 2 years ago
- A low overhead nanosecond clock based on x86 TSC☆343Updated 8 months ago
- A highly optimized single producer single consumer message queue C++ template☆276Updated 3 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆312Updated 3 months ago
- A simple coroutine-based reactor library☆48Updated 3 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated last week
- Coroutines for C++20 & asio☆314Updated this week
- C++ cache with LRU/LFU/FIFO policies implementation☆370Updated last month
- An adaption of Senders/Receivers for async networking and I/O☆19Updated 6 months ago
- Very fast lock-free queue (thread safe)☆171Updated 3 months ago
- work contracts☆112Updated 3 weeks ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆275Updated last week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆73Updated 11 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆148Updated this week
- C++ utilities☆55Updated 6 months ago
- Fast and memory efficient c++ flat hash table/map/set☆647Updated this week