CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆117Updated 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☆229Updated 2 years ago
- ☆147Updated 2 months ago
- Lightweight structured concurrency for C++20☆157Updated last month
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆337Updated last year
- High performance HTTP server built on C++20 coroutines and io_uring☆178Updated last year
- A High-Performance Work-Stealing Queue for C++☆331Updated 3 weeks ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆632Updated 5 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆322Updated 6 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆282Updated 3 years ago
- A low overhead nanosecond clock based on x86 TSC☆354Updated 11 months ago
- An implementation of Seqlock in C++11☆235Updated last year
- c++ wrapper around libpapi☆91Updated 8 years ago
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆168Updated last month
- Example programs for Talking Async videos☆208Updated 2 years ago
- Implementation of the networking proposal P2762☆74Updated 3 weeks ago
- Coroutines for C++20 & asio☆329Updated 2 weeks ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆246Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated 2 weeks ago
- A simple coroutine-based reactor library☆49Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆284Updated last week
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,151Updated 2 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆116Updated last week
- Slides and other materials from CppCon2021☆118Updated 2 years ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- Fast and memory efficient c++ flat hash table/map/set☆674Updated last week
- A high performance C++ log library, producing structured binary logs☆768Updated 3 weeks ago