habbyge's Stars
neovim/neovim
Vim-fork focused on extensibility and usability
swiftlang/swift
The Swift Programming Language
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
nginx/nginx
The official NGINX Open Source repository.
libuv/libuv
Cross-platform asynchronous I/O
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
Tencent/matrix
Matrix is a plugin style, non-invasive APM system developed by WeChat.
floooh/sokol
minimal cross-platform standalone C headers
sqlcipher/sqlcipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
forhappy/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
weidai11/cryptopp
free C++ class library of cryptographic schemes
google/lyra
A Very Low-Bitrate Codec for Speech Compression
dolotech/ebook
学习资料
google/fruit
Fruit, a dependency injection framework for C++
AshampooSystems/boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
iqiyi/Qigsaw
🔥🔥Qigsaw ['tʃɪɡsɔ] is a dynamic modularization library which is based on Android App Bundles(Do not need Google Play Service). It supports dynamic delivery for split APKs without reinstalling the base one.
boost-ext/di
C++14 Dependency Injection Library
bytedance/sonic-cpp
A fast JSON serializing & deserializing library, accelerated by SIMD.
SergeyBel/AES
C++ AES implementation
Tencent/Taitank
Taitank is a cross platform lightweight flex layout engine implemented in C++.
Tencent/BqLog
Maybe the world's fastest logging library, originating from the client of the top mobile game Honor of Kings, is lightweight, works on PC, mobile, and servers, supports C#, Java, and C++, and is well adapted to Unity and Unreal engines. 可能是全球最快的日志库,源自最成功的手游之一《王者荣耀》客户端,轻量级,适用于PC、移动设备和服务器,支持C#、Java、C++,并对Unity、Unreal引擎做了良好适配。
Snapchat/djinni
A tool for generating cross-language type declarations and interface bindings. Djinni's new home is in the Snapchat org.
gongluck/CVIP
C/C++/Golang/Linux...知识整理
poetries/electron-wiki
electron学习资料整理
pandarong/zircon
fuchsia os kernel zircon clone
habbyge/chromium
The official GitHub mirror of the Chromium source
habbyge/EffectiveModernCppChinese
《Effective Modern C++》翻译 - 2020更新中
habbyge/quiche
hatrd/Chromium_doc_zh
Chromium中文文档,学习google家的架构