lichray's Stars
CobaltFusion/DebugViewPP
DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
shafik/cpp_blogs
C++ Blogs (plus other stuff we should care about like undefined behavior)
microsoft/wil
Windows Implementation Library
bluescarni/mppp
Multiprecision for modern C++
p-ranav/csv
[DEPRECATED] See https://github.com/p-ranav/csv2
LPeter1997/CppCmb
A generic C++17 parser-combinator library with a natural grammar notation.
p-ranav/argparse
Argument Parser for Modern C++
aclex/floaxie
Floating point printing and parsing library based on Grisu2 and Krosh algorithms
mosra/magnum-singles
Single-header libraries from the Magnum engine
lemire/fastmod
A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
NativeInstruments/matchine
A collection of C++ tools to have more fun with sum types (fast pattern matching, etc.)
Kobzol/hardware-effects
Demonstration of various hardware effects.
AmokHuginnsson/replxx
A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed.
tacticalmelonfarmer/cxl
A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals
quicknir/wise_enum
A reflective enum implementation for C++
Leandros/WindowsHModular
A modular Windows.h Header. Licensed under Public Domain & MIT.
daniele77/cli
A library for interactive command line interfaces in modern C++
NASA-SW-VnV/ikos
Static analyzer for C/C++ based on the theory of Abstract Interpretation.
xtensor-stack/xtensor
C++ tensors with broadcasting and lazy computing
bup/bup
Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images). Please post problems or patches to the mailing list for discussion (see the end of the README below).
adishavit/Terminators
Hasta la vista, baby!
RoaringBitmap/RoaringBitmap
A better compressed bitset in Java: used by Apache Spark, Netflix Atlas, Apache Pinot, Tablesaw, and many others
sergev/LiteBSD
Variant of 4.4BSD Unix for microcontrollers
ulfjack/ryu
Converts floating point numbers to decimal strings
gabime/spdlog
Fast C++ logging library.
adamlsd/libcpp.ko
Runtime support for C++ in the FreeBSD kernel.
proot-me/proot
chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
appnexus/acf
An-source C library developed and used at AppNexus.
google/dimsum
Portable C++ SIMD library
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++