laser-pen's Stars
yandex/ozo
OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
Naios/idle
Idle is an asynchronous and hot-reloadable C++ dynamic component framework
TartanLlama/expected
C++11/14/17 std::expected with functional-style extensions
wanghenshui/cppweeklynews
c++中文周刊
getml/reflect-cpp
A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, UBJSON, XML, YAML / msgpack.org[C++20]
jdah/archimedes
C++20 reflection via code generation
ericniebler/ustdex
a small lightweight std::execution work-alike
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
hanickadot/co_curl
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++
lewissbaker/cppcoro
A library of C++ coroutine abstractions for the coroutines TS
yuchdev/CppBooks
A comprehensive catalog of modern and classic books on C++ programming language
xiaoweiChen/CXX20-The-Complete-Guide
《C++20 The Complete Guide》的非专业个人翻译
muellan/clipp
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
redboltz/mqtt_cpp
SpartanJ/efsw
efsw is a C++ cross-platform file system watcher and notifier.
commaai/openpilot
openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 275+ supported cars.
autowarefoundation/autoware
Autoware - the world's leading open-source software project for autonomous driving
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
RichieSams/FiberTaskingLib
A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.
systemd/systemd
The systemd System and Service Manager
redboltz/async_mqtt
Asynchronous MQTT communication library based on Boost.Asio
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
qlibs/reflect
C++20 Static Reflection library
basiliscos/cpp-rotor
Event loop friendly C++ actor micro-framework, supervisable
Dobiasd/FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code.
owent/libcopp
cross-platform coroutine library in c++
8sileus/zedio
A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)
mit-pdos/xv6-riscv
Xv6 for RISC-V
mit-pdos/xv6-public
xv6 OS