纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
☆950Nov 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实现,包含服务器案例,并发测试案例☆748Apr 7, 2025Updated last year
- 测试操作系统并发量☆74Aug 10, 2018Updated 8 years ago
- ☆70Jul 29, 2019Updated 7 years ago
- ☆45Jun 21, 2019Updated 7 years ago
- A asymmetric coroutine library for C.☆2,521Dec 16, 2022Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 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,680Mar 7, 2024Updated 2 years ago
- ☆91Dec 11, 2018Updated 7 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,372Feb 25, 2023Updated 3 years ago
- Go-style concurrency in C++11☆3,306Jul 3, 2023Updated 3 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,199Jul 16, 2026Updated 3 weeks ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,674Dec 8, 2023Updated 2 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,217Dec 23, 2025Updated 7 months ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆37Jun 14, 2019Updated 7 years ago
- Cross platform network library with C++11☆1,133Aug 16, 2024Updated last year
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆535Dec 27, 2023Updated 2 years ago
- 2019年最新总结,从程序员到CTO,从专业走向卓越,大牛分享pdf与PPT☆27Jun 7, 2019Updated 7 years ago
- C++ Parallel Computing and Asynchronous Networking Framework☆14,409Jul 29, 2026Updated last week
- <Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。☆903Mar 10, 2023Updated 3 years ago
- The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/wind…☆816Jan 4, 2026Updated 7 months ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,649Aug 19, 2023Updated 2 years ago
- 基于C++ Coroutines编写的无栈协程库☆625Dec 27, 2023Updated 2 years ago
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT/Redis client/server.☆7,532Updated this week
- modern C++(C++20), simple, easy to use rpc framework☆2,008Jun 23, 2026Updated last month
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A tiny boost library in C++11.☆4,208May 27, 2025Updated last year
- A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞☆3,694May 21, 2022Updated 4 years ago
- cross-platform coroutine library in c++☆865Jan 20, 2026Updated 6 months ago
- A distributed service governance framework. 分布式服务治理框架☆430Mar 31, 2024Updated 2 years ago
- Simple, light-weight and easy-to-use asynchronous components☆2,189Updated this week
- 2021年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆998May 20, 2024Updated 2 years ago
- RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.☆2,137Mar 24, 2026Updated 4 months ago
- fast thread pool☆28Dec 13, 2018Updated 7 years ago
- Event notification library☆11,938Aug 1, 2026Updated last week
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- c++ async rpc framework. 14w+qps.☆1,663Oct 18, 2023Updated 2 years ago
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆1,750Mar 23, 2026Updated 4 months ago
- c++模拟实现一致性哈希,使用了虚拟节点,具有插入数据功能,在新增实际节点或者删除实际节点时,会对虚拟节点上的数据进行迁移☆23May 16, 2020Updated 6 years ago
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆1,243Dec 24, 2020Updated 5 years ago
- libuv wrapper in C++11 /libuv C++11网络库☆841Nov 13, 2025Updated 8 months ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆544Sep 9, 2020Updated 5 years ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆583Jul 8, 2024Updated 2 years ago