Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆123Sep 3, 2024Updated 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☆238Oct 28, 2023Updated 2 years ago
- C++20 Memory Allocator library☆36Apr 30, 2025Updated 10 months ago
- Example implementation for std::synchronized_value☆27Dec 25, 2024Updated last year
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆38Dec 23, 2025Updated 3 months ago
- Tools for analysing results produced by the llvm-xray instrumentation☆16Jan 15, 2021Updated 5 years ago
- Experimental alternative to sender/receivers.☆23Feb 22, 2026Updated last month
- An implementation of Seqlock in C++11☆239Jul 29, 2024Updated last year
- The source code to my book "The C++ Standard Library".☆41Mar 11, 2023Updated 3 years ago
- Presentation materials from the CppNorth conference☆42Oct 3, 2025Updated 5 months ago
- work contracts☆119Nov 16, 2025Updated 4 months ago
- Simple single-digit-nanosecond-overhead tracer☆18Apr 30, 2025Updated 10 months ago
- Lock-free atomic_shared_ptr implementations☆50May 15, 2024Updated last year
- Demo implementation of C++ networking☆18Oct 9, 2024Updated last year
- A simple coroutine-based reactor library☆52Feb 2, 2026Updated last month
- Slides and other materials from CppCon 2023☆340Mar 11, 2024Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,178Jan 4, 2024Updated 2 years ago
- Make std::mdspan formattable by std::format.☆11Dec 25, 2023Updated 2 years ago
- Code samples from the presentation "What do you mean by 'Cache Friendly'?"☆24Sep 2, 2020Updated 5 years ago
- Peter Sommerlad's Simple Strong Typing☆34Oct 11, 2023Updated 2 years ago
- Technical Specification: Concepts☆83Jul 15, 2017Updated 8 years ago
- Project intends to provide an easy framework for collecting and analyzing performance counters☆63Mar 30, 2024Updated last year
- CMake FetchContent for Boost libraries☆13Jun 15, 2022Updated 3 years ago
- A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.☆24Jan 1, 2026Updated 2 months ago
- ☆17Oct 21, 2023Updated 2 years ago
- Detect key Units in mosaic Tandem Repeats from representative reads from the same locus☆10Aug 2, 2023Updated 2 years ago
- C++14 lock-free queue.☆1,828Updated this week
- C++20 SIMD Within A Register library☆47May 9, 2025Updated 10 months ago
- tcp socket with support of c++20 coroutine (coroutine TS)☆27Oct 8, 2023Updated 2 years ago
- FIX 4.4 session layer implementation for a single pair of initiator (client) and acceptor (server) over TCP☆34Feb 3, 2023Updated 3 years ago
- Sample code for CppCon14 talk☆18Oct 13, 2014Updated 11 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆290Updated this week
- Async version of smoltcp☆42Updated this week
- Simple template DAG scheduler in c++☆15Aug 13, 2020Updated 5 years ago
- SPLASH2 Benchmark☆28Mar 4, 2014Updated 12 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆68Jul 18, 2020Updated 5 years ago
- Solarflare OpenOnload☆14May 1, 2015Updated 10 years ago
- explore SSD internal☆15Apr 27, 2021Updated 4 years ago
- Modern C++ actor framework based on std::execution, only requires C++20.☆191Updated this week
- A small, self-contained SHA512 and HMAC-SHA512 implementation.☆10Feb 13, 2026Updated last month