CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆114Updated 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☆226Updated 2 years ago
- ☆147Updated 2 months ago
- Lightweight structured concurrency for C++20☆157Updated 2 weeks ago
- A highly optimized single producer single consumer message queue C++ template☆280Updated 3 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆177Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆336Updated last year
- Implementation of the networking proposal P2762☆72Updated 2 months ago
- A fast work-stealing queue template in C++☆331Updated 2 weeks ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆318Updated 5 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆629Updated 5 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆165Updated 2 weeks ago
- c++ wrapper around libpapi☆89Updated 8 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆114Updated last week
- Coroutines for C++20 & asio☆327Updated last week
- Example programs for Talking Async videos☆208Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆281Updated 2 weeks ago
- A low overhead nanosecond clock based on x86 TSC☆351Updated 10 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated last week
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- A simple coroutine-based reactor library☆49Updated 3 months ago
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- Fast and memory efficient c++ flat hash table/map/set☆667Updated last week
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆269Updated last year
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆122Updated last year
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- An adaption of Senders/Receivers for async networking and I/O☆19Updated 8 months ago
- STL-compliant stable vector container☆32Updated 7 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month