CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆105Updated 11 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☆199Updated last year
- ☆144Updated last month
- Lightweight structured concurrency for C++20☆139Updated 2 weeks ago
- High performance HTTP server built on C++20 coroutines and io_uring☆166Updated last year
- Lock-free atomic_shared_ptr implementations☆45Updated last year
- A fast work-stealing queue template in C++☆319Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆318Updated last year
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- c++ wrapper around libpapi☆79Updated 7 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆605Updated 2 weeks ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆133Updated this week
- Implementation of the networking proposal P2762☆50Updated 2 weeks ago
- ☆59Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆267Updated last week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 11 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆311Updated last month
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 4 months ago
- An implementation of Seqlock in C++11☆221Updated last year
- A low overhead nanosecond clock based on x86 TSC☆337Updated 6 months ago
- Coroutines for C++20 & asio☆300Updated last week
- A highly optimized single producer single consumer message queue C++ template☆272Updated 3 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆370Updated 3 months ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆242Updated 11 months ago
- work contracts☆104Updated last month
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆106Updated 5 years ago
- Example programs for Talking Async videos☆200Updated 2 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆94Updated this week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A simple coroutine-based reactor library☆47Updated last month