Tencent / flare
Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。
☆1,353Updated 9 months ago
Alternatives and similar repositories for flare:
Users that are interested in flare are comparing it to the libraries listed below
- RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.☆2,007Updated 2 weeks ago
- A simple C++ based RPC framework.☆2,007Updated last year
- modern C++(C++11), simple, easy to use rpc framework☆1,796Updated 7 months ago
- Simple, light-weight and easy-to-use asynchronous components☆1,866Updated this week
- Go-style concurrency in C++11☆3,242Updated last year
- 知名开源代码库的注释版:C++、Golang等☆1,380Updated 2 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆545Updated 9 months ago
- Some code snippets for sharing☆1,894Updated 3 months ago
- c++11基础库☆1,008Updated 4 months ago
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆1,658Updated last month
- brpc源码分析☆322Updated 5 years ago
- High-Performance C++ Fundamental Library☆562Updated 3 months ago
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例