cpp
FlatBuffers: Memory Efficient Serialization Library
The roadmap for learning the C++ programming language for beginners and experienced devs.
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Modern CPP Tricks often useful in Coding Interviews and Competitive Programming
L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization lib…
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
AddressSanitizer, ThreadSanitizer, MemorySanitizer
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
📖 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
A collection of resources on wait-free and lock-free programming
A collection of memory allocators
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
Project moved to: https://github.com/llvm/llvm-project
Event-driven network library for multi-threaded Linux server in C++11
Chinese translation of Bjarne Stroustrup's HOPL4 paper