YangchenVR's Stars
fastfloat/fast_float
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis and WebKit/Safari
intel/optimization-manual
Contains the source code examples described in the "Intel® 64 and IA-32 Architectures Optimization Reference Manual"
mapbox/mapbox-gl-native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
sacridini/Awesome-Geospatial
Long list of geospatial tools and resources
kovacsv/Online3DViewer
A solution to visualize and explore 3D models in your browser.
my-HenryS/multi-agent-simulation
A ready-to-use pedestrian simulation platform
oprecomp/FloatX
Header-only C++ library for low precision floating point type emulation.
jovmar34/AVT_Proj
XAMPPRocky/tokei
Count your code, quickly.
anisbhsl/Hot-Pursuit
Hot-Pursuit (SFML based Kart Racing Game)
nguyenhopquang/CarRacing
Simple Car racing game code with C++ using SFML v2.4 on Codeblocks
sam1018/Utils
Some general utilities for C++
markroyer/latex-tikz-beamer-linkedlists
Example slides that diagram linked list data structures using TikZ with Beamer in Latex
seleznevae/libfort
C/C++ library to create formatted ASCII tables for console applications
CppCon/CppCon2020
Slides and other materials from CppCon 2020
ryanhaining/cppitertools
Implementation of python itertools and builtin iteration functions for C++17
louisdx/cxx-prettyprint
A header-only library for C++(0x) that allows automagic pretty-printing of any container.
pthom/cleantype
Readable and consistent C++ type introspection - Compiler Decipherer
renatoGarcia/icecream-cpp
🍦 Never use cout/printf to debug again
facebook/folly
An open-source C++ library developed and used at Facebook.
abseil/abseil-cpp
Abseil Common Libraries (C++)
SergiusTheBest/ScopeExit
C++11 scope guard library
SergiusTheBest/exceptxx
C++ exception handling library
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
DLR-TS/xodr
Easily accessible C++ object structure of OpenDRIVE
libexpat/libexpat
:herb: Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
lemire/fastrange
A fast alternative to the modulo reduction
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
digint/tinyfsm
A simple C++ finite state machine library