C++
Overview
Documentation
STD
Style Guide
Libraries
Async
Concurrent
- concurrencykit/ck: Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
- cameron314/concurrentqueue: A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
- STEllAR-GROUP/hpx: The C++ Standard Library for Parallelism and Concurrency
JSON
- nlohmann/json: JSON for Modern C++
- dropbox/json11: A tiny JSON library for C++11.
- Tencent/rapidjson: A fast JSON parser/generator for C++ with both SAX/DOM style API
- open-source-parsers/jsoncpp: A C++ library for interacting with JSON.
- kazuho/picojson: a header-file-only, JSON parser serializer in C++
Others
- fanout/pushpin: Reverse proxy for realtime web services
- Microsoft/cpprestsdk: The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.