Stars
Open-source edition of llfix, a low latency FIX engine
Sigma Rules Engine inside the Linux Kernel using eBPF. Focusing on prevention capabilities
Modern, fast and ergonomic C++ HTTP/1.1, HTTP/2 and WebSocket server library for Linux, macOS and Windows, perfect for microservices.
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON, RISC-V RVV)
Modern C++ actor framework based on std::execution, only requires C++20.
An online assembly editor, emulator and debugger for the x86-64 architecture
Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and m…
A C++20 implementation of safe (wrap around) integers following MISRA C++ rules
A cli tool to visualize different sorting techniques.
Class template designed to express optionality without having to sacrifice memory to store additional bool flag
ISO C++ Core Guidelines Library implementation for C++98, C++11 up
Header-only, lightweight C++ library for binary streaming & serialization. Network data handling made easy peasy!
The most over-engineered C++ assertion library
petermost / Sourcetrail
Forked from CoatiSoftware/SourcetrailSourcetrail - free and open-source interactive source explorer
C++ Memory safety (memsafe) single-header libraries and Clang compiler plugin for safe C++, which reduces errors for reference data types and safe memory management without breaking backward compat…
List-initialize containers with proper move semantics
A vector based map that implements a red black tree under the hood. Performs faster insertions and deletions than std::map and has a reduced memory footprint per node.