纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
☆945Nov 29, 2024Updated last year
Alternatives and similar repositories for NtyCo
Users that are interested in NtyCo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例☆747Apr 7, 2025Updated last year
- 测试操作系统并发量☆74Aug 10, 2018Updated 7 years ago
- ☆70Jul 29, 2019Updated 6 years ago
- ☆45Jun 21, 2019Updated 6 years ago
- A asymmetric coroutine library for C.☆2,524Dec 16, 2022Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 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,677Mar 7, 2024Updated 2 years ago
- ☆92Dec 11, 2018Updated 7 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,379Feb 25, 2023Updated 3 years ago
- Go-style concurrency in C++11☆3,308Jul 3, 2023Updated 2 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,188Apr 23, 2026Updated 3 weeks ago
- C++ 高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,656Dec 8, 2023Updated 2 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,091Dec 23, 2025Updated 4 months ago
- Cross platform network library with C++11☆1,134Aug 16, 2024Updated last year
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆37Jun 14, 2019Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆539Dec 27, 2023Updated 2 years ago
- C++ Parallel Computing and Asynchronous Networking Framework☆14,347May 9, 2026Updated last week
- 2019年最新总结,从程序员到CTO,从专业走向卓越,大牛分享pdf与PPT☆27Jun 7, 2019Updated 6 years ago
- The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/wind…☆808Jan 4, 2026Updated 4 months ago
- <Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。☆901Mar 10, 2023Updated 3 years ago
- 基于C++ Coroutines编写的无栈协程库☆625Dec 27, 2023Updated 2 years ago
- modern C++(C++20), simple, easy to use rpc framework☆1,997Jan 9, 2026Updated 4 months ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,658Aug 19, 2023Updated 2 years ago
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.☆7,515Updated this week
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A tiny boost library in C++11.☆4,204May 27, 2025Updated 11 months ago
- A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞☆3,684May 21, 2022Updated 3 years ago
- cross-platform coroutine library in c++☆864Jan 20, 2026Updated 3 months ago
- A distributed service governance framework. 分布式服务治理框架☆432Mar 31, 2024Updated 2 years ago
- Simple, light-weight and easy-to-use asynchronous components☆2,170Apr 13, 2026Updated last month
- RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.☆2,139Mar 24, 2026Updated last month
- 2021年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆998May 20, 2024Updated last year
- fast thread pool☆28Dec 13, 2018Updated 7 years ago
- Event notification library☆11,893May 12, 2026Updated last week
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- c++ async rpc framework. 14w+qps.☆1,657Oct 18, 2023Updated 2 years ago
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆1,754Mar 23, 2026Updated last month
- c++模拟实现一致性哈希,使用了虚拟节点,具有插入数据功能,在新增实际节点或者删除实际节点时,会对虚拟节点上的数据进行迁移☆23May 16, 2020Updated 6 years ago
- libuv wrapper in C++11 /libuv C++11网络库☆841Nov 13, 2025Updated 6 months ago
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆1,245Dec 24, 2020Updated 5 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆542Sep 9, 2020Updated 5 years ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆582Jul 8, 2024Updated last year