CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆108Updated 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☆203Updated last year
- ☆145Updated 3 months ago
- Lightweight structured concurrency for C++20☆145Updated 2 weeks ago
- High performance HTTP server built on C++20 coroutines and io_uring☆169Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆321Updated last year
- Coroutines for C++20 & asio☆312Updated 3 weeks ago
- A fast work-stealing queue template in C++☆321Updated last year
- Lock-free atomic_shared_ptr implementations☆46Updated last year
- Implementation of the networking proposal P2762☆59Updated last week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated last year
- Performance benchmark framework for C++ with nanoseconds measure precision☆313Updated 2 months ago
- Example programs for Talking Async videos☆201Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆613Updated 2 months ago
- A low overhead nanosecond clock based on x86 TSC☆343Updated 7 months ago
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- 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…☆261Updated last year
- work contracts☆111Updated 2 weeks ago
- c++ wrapper around libpapi☆80Updated 7 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 2 weeks ago
- A highly optimized single producer single consumer message queue C++ template☆275Updated 3 years ago
- An implementation of Seqlock in C++11☆223Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆273Updated last week
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- Cpp lifetime safety profile static analyzer☆62Updated 8 months ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆244Updated last year
- A modern, fast, lightweight thread pool library based on C++2x☆529Updated 2 weeks ago
- Fast and memory efficient c++ flat hash table/map/set☆638Updated this week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆146Updated this week