CharlesFrasch / cppcon2023Links
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
☆104Updated 9 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☆178Updated last year
- Lock-free atomic_shared_ptr implementations☆43Updated last year
- Lightweight structured concurrency for C++20☆127Updated last month
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- ☆144Updated 3 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- Implementation of the networking proposal P2762☆43Updated last month
- A fast work-stealing queue template in C++☆308Updated last year
- Coroutines for C++20 & asio☆287Updated this week
- High performance HTTP server built on C++20 coroutines and io_uring☆165Updated 10 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆308Updated 10 months ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆266Updated 2 years ago
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆304Updated 2 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- Example programs for Talking Async videos☆196Updated 2 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆103Updated 9 months ago
- A micro microbenchmarking library for C++11 in a single header file☆219Updated 2 months ago
- C++20 Meta-Programming library☆284Updated 3 weeks ago
- Zoo library☆124Updated 2 weeks ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- c++ wrapper around libpapi☆73Updated 7 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆237Updated 9 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- A modern, fast, lightweight thread pool library based on C++20☆505Updated 5 months ago
- A simple replacement for std::unordered_map☆50Updated 10 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆218Updated 8 months ago