CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆105Updated 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☆199Updated last year
- ☆145Updated 2 months ago
- A fast work-stealing queue template in C++☆320Updated last year
- Lightweight structured concurrency for C++20☆141Updated this week
- Lock-free atomic_shared_ptr implementations☆46Updated last year
- Comprehensive benchmarks of C++ maps☆313Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆312Updated 2 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆319Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆610Updated last month
- High performance HTTP server built on C++20 coroutines and io_uring☆169Updated last year
- Fast and memory efficient c++ flat hash table/map/set☆632Updated this week
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆140Updated this week
- c++ wrapper around libpapi☆79Updated 7 years ago
- A highly optimized single producer single consumer message queue C++ template☆273Updated 3 years ago
- Implementation of the networking proposal P2762☆57Updated last month
- Coroutines for C++20 & asio☆308Updated this week
- An implementation of Seqlock in C++11☆222Updated last year
- work contracts☆107Updated last month
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 4 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated this week
- Example programs for Talking Async videos☆200Updated 2 years ago
- A low overhead nanosecond clock based on x86 TSC☆341Updated 7 months ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆242Updated last year
- C++20 Coroutines and io_uring☆52Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆272Updated last week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- a small lightweight std::execution work-alike☆65Updated 5 months ago
- Lewis Baker's Blog☆72Updated 5 months ago
- A micro microbenchmarking library for C++11 in a single header file☆224Updated 2 months ago