Stars
Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Hook system calls, context switches, page faults and more.
C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code
Disable PatchGuard and Driver Signature Enforcement at boot time
A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple etc.
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their cor…
Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery
Set of cross platform C++ libraries (Core, Gui, Network, Multimedia, SQL, Vulkan, etc)
C++14 implementation of the TLS-1.3 standard
KindDragon / vld
Forked from dmoulding/vldVisual Leak Detector for Visual C++ 2008-2015
A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.
SuperDllHijack:A general DLL hijack technology, don't need to manually export the same function interface of the DLL, so easy! 一种通用Dll劫持技术,不再需要手工导出Dll的函数接口了
P1031 low level file i/o and filesystem library for the C++ standard
Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.
A fast JSON serializing & deserializing library, accelerated by SIMD.
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no ext…
asyncio is a c++20 library to write concurrent code using the async/await syntax.