CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆106Updated 10 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☆180Updated last year
- ☆144Updated last week
- Lightweight structured concurrency for C++20☆129Updated last week
- High performance HTTP server built on C++20 coroutines and io_uring☆165Updated 11 months ago
- Lock-free atomic_shared_ptr implementations☆43Updated last year
- A fast work-stealing queue template in C++☆310Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆310Updated 11 months ago
- c++ wrapper around libpapi☆76Updated 7 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆238Updated 10 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆305Updated 2 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆599Updated this week
- An implementation of Seqlock in C++11☆215Updated 11 months ago
- Coroutines for C++20 & asio☆290Updated 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…☆253Updated 11 months ago
- Comprehensive benchmarks of C++ maps☆310Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆267Updated 2 years ago
- A low overhead nanosecond clock based on x86 TSC☆336Updated 5 months ago
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 2 months ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- Implementation of the networking proposal P2762☆44Updated 2 weeks ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- A simple coroutine-based reactor library☆48Updated last month
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆261Updated last week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Example programs for Talking Async videos☆196Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 9 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- Branch Optimisation for High-frequency Trading☆56Updated last year