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☆211Updated 2 years ago
- ☆147Updated last week
- Lightweight structured concurrency for C++20☆151Updated this week
- High performance HTTP server built on C++20 coroutines and io_uring☆172Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- A highly optimized single producer single consumer message queue C++ template☆276Updated 3 years ago
- A fast work-stealing queue template in C++☆326Updated last year
- c++ wrapper around libpapi☆84Updated 7 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆623Updated 3 months ago
- Implementation of the networking proposal P2762☆68Updated last month
- A low overhead nanosecond clock based on x86 TSC☆344Updated 9 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆315Updated 4 months ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- Lock-free atomic_shared_ptr implementations☆47Updated last year
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- Coroutines for C++20 & asio☆322Updated this week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Example programs for Talking Async videos☆206Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 2 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,103Updated last year
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆276Updated 2 weeks ago
- An adaption of Senders/Receivers for async networking and I/O☆19Updated 6 months ago
- An implementation of Seqlock in C++11☆228Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- C++20 Coroutines and io_uring☆53Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆150Updated 2 weeks ago
- Cpp lifetime safety profile static analyzer☆64Updated 9 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 3 weeks ago
- Very fast lock-free queue (thread safe)☆174Updated 4 months ago