Stars
Godot Engine – Multi-platform 2D and 3D game engine
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
An open-source C++ library developed and used at Facebook.
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…
Event-driven network library for multi-threaded Linux server in C++11
C++ Parallel Computing and Asynchronous Networking Framework
workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。