Stars
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
metadata driven x86 instruction encoder and decoder library
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
GUnit - Google.Test/Google.Mock/Cucumber on steroids
nanobind: tiny and efficient C++/Python bindings
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
Simple, portable, and self-contained stacktrace library for C++11 and newer
simple open addressing hashmap, and linked hashmap in C11.
C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing purposes.
gcc plugin providing an instrument_function attribute and other flags to allow-list functions to be instrumented
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
Cross-platform, low level networking using the Rust programming language.
A test repository for the WIP algorithm for fixed-precision floating-point formatting.
Example static/shared library output of cmake-init
A fast, simple tuple implementation that implements tuple as an aggregate
Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, finding index of element, finding min/max element, finding index …
Modern C++ Programming Course (C++03/11/14/17/20/23/26)