知名开源代码库的注释版:C++、Golang等
☆1,380Feb 25, 2023Updated 3 years ago
Alternatives and similar repositories for AnnotatedCode
Users that are interested in AnnotatedCode are comparing it to the libraries listed below
Sorting:
- Event-driven network library for multi-threaded Linux server in C++11☆15,951Dec 23, 2025Updated 2 months ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,750Aug 19, 2023Updated 2 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,632Dec 8, 2023Updated 2 years ago
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,684Mar 7, 2024Updated last year
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,644Jan 24, 2025Updated last year
- Linux多线程服务端编程[muduo C++网络库]☆587Sep 9, 2021Updated 4 years ago
- A C++ High Performance Web Server☆8,171Sep 27, 2023Updated 2 years ago
- C++ Parallel Computing and Asynchronous Networking Framework☆14,300Feb 13, 2026Updated 2 weeks ago
- Go-style concurrency in C++11☆3,309Jul 3, 2023Updated 2 years ago
- modern C++(C++20), simple, easy to use rpc framework☆1,985Jan 9, 2026Updated last month
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测 试案例☆938Nov 29, 2024Updated last year
- A asymmetric coroutine library for C.☆2,516Dec 16, 2022Updated 3 years ago
- ---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,925Jul 27, 2022Updated 3 years ago
- <Libevent深入浅出>