CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆113Updated 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☆217Updated 2 years ago
- ☆146Updated last month
- Lightweight structured concurrency for C++20☆152Updated this week
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- A fast work-stealing queue template in C++☆327Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆331Updated last year
- High performance HTTP server built on C++20 coroutines and io_uring☆172Updated last year
- A simple coroutine-based reactor library☆49Updated 2 months ago
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆625Updated 4 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆319Updated 4 months ago
- A low overhead nanosecond clock based on x86 TSC☆346Updated 9 months ago
- c++ wrapper around libpapi☆87Updated 8 years ago
- A highly optimized single producer single consumer message queue C++ template☆277Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Implementation of the networking proposal P2762☆69Updated last month
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆159Updated 2 weeks ago
- Coroutines for C++20 & asio☆323Updated 3 weeks ago
- Issues list for P2300☆35Updated last year
- An implementation of Seqlock in C++11☆229Updated last year
- Example programs for Talking Async videos☆206Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,114Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years 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.☆279Updated this week
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆100Updated this week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆374Updated 2 months ago
- ☆59Updated last year