agokjr's Stars
terryyin/lizard
A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
dacap/clip
Cross-platform C++ library to copy/paste clipboard content
gperftools/gperftools
Main gperftools repository
mattreecebentley/plf_colony
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++
tomtom-international/cpp-dependencies
Tool to check C++ #include dependencies (dependency graphs created in .dot format)
mpusz/mp-units
The quantities and units library for C++
NVIDIA/thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
mozilla/sccache
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
rprichard/winpty
A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
ianlancetaylor/libbacktrace
A C library that may be linked into a C/C++ program to produce symbolic backtraces
distcc/distcc
distributed builds for C, C++ and Objective C
facebook/folly
An open-source C++ library developed and used at Facebook.
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
copperspice/copperspice
Set of cross platform C++ libraries (Core, Gui, Network, Multimedia, SQL, Vulkan, etc)
kosenko/ui
Boost.UI library
includeos/IncludeOS
A minimal, resource efficient unikernel for cloud services
copperspice/cs_libguarded
Header-only library for multithreaded programming
so-fancy/diff-so-fancy
Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada:
mhagger/git-imerge
Incremental merge for git
rupa/z
z - jump around
gcc-mirror/gcc
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
rr-debugger/rr
Record and Replay Framework
google/cpp-from-the-sky-down
emeryberger/DieHard
DieHard: An error-resistant memory allocator for Windows, Linux, and Mac OS X
plasma-umass/coz
Coz: Causal Profiling
emeryberger/Heap-Layers
Heap Layers: An Extensible Memory Allocation Infrastructure