-
what
- China
-
21:31
(UTC +08:00)
Highlights
- Pro
Stars
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source …
Sample implementation of C++20 atomic_wait/notify
WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
Simple, light-weight and easy-to-use asynchronous components
Protocol Buffers - Google's data interchange format
Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统,用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案,我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。
KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team.
C++11/14/17 std::expected with functional-style extensions
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
A hybrid thread / fiber task scheduler written in C++ 11
Examples for using modules with cmake and clang in 2023
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
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" mea…
An open-source C++ library developed and used at Facebook.
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.
MSVC's implementation of the C++ Standard Library.
Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。