高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTcp的实现
☆33Jul 18, 2022Updated 4 years ago
Alternatives and similar repositories for High-performance-Network-Design
Users that are interested in High-performance-Network-Design are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆19May 30, 2022Updated 4 years ago
- 游戏服务器基础框架。☆22Jul 3, 2017Updated 9 years ago
- ☆15Aug 8, 2018Updated 7 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆49Aug 31, 2018Updated 7 years ago
- 这个项目不再更新,请使用最新的ormpp,支持mysql,sqlite,postgresql多种数据库☆33Nov 29, 2017Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- simple c json parse☆16May 12, 2026Updated 2 months ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 3 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Apr 10, 2019Updated 7 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- Server for a chinese Unity3D MOBA☆17Aug 29, 2017Updated 8 years ago
- c++11任务库☆53Jan 15, 2016Updated 10 years ago
- c++ mysql orm☆19Nov 10, 2022Updated 3 years ago
- ☆15Dec 16, 2021Updated 4 years ago
- 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.
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆48Aug 30, 2022Updated 3 years ago
- about Linux code☆45Aug 26, 2017Updated 8 years ago
- 很棒的校招web server☆31Jul 3, 2022Updated 4 years ago
- 后台开发核心技术与应用实践☆29Jun 8, 2019Updated 7 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆82Dec 30, 2022Updated 3 years ago
- C++ encoder and decoder for FIX/FAST protocol (http://www.fixtradingcommunity.org/pg/structure/tech-specs/fast-protocol) without compress…☆10Oct 31, 2016Updated 9 years ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆38Jun 14, 2019Updated 7 years ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.☆11Nov 20, 2020Updated 5 years ago
- C++语言实现的线程池,结合windowsIOCP完成端口,实现socket高并发服务端程序☆29May 25, 2018Updated 8 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.
- v1版完成对PE头,区段,输入表的解析☆11Apr 16, 2018Updated 8 years ago
- RWKV6 in native pytorch and triton:)☆11Aug 4, 2024Updated last year
- C++ Library for POSIX System.☆25Dec 20, 2025Updated 7 months ago
- c、c++ http client☆17Dec 31, 2015Updated 10 years ago
- G5 is a high performance high concurrent load, easy to use, support the remote management of the configuration of lightweight TCP/IP comm…☆19May 24, 2015Updated 11 years ago
- 💎我的CS学习笔记,地址:https://notes.riba2534.cn☆23Dec 21, 2022Updated 3 years ago
- Codes for GReTo accepted by ICLR2023☆12Mar 12, 2023Updated 3 years ago
- 简易无类型脚本语言☆14Sep 17, 2013Updated 12 years ago
- Depth C++ library☆11Nov 15, 2018Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Singleton pattern for classes (doesn't need to be with openFrameworks, but we're laying it out like it is)☆10Apr 8, 2021Updated 5 years ago
- RankNet, LambdaRank, LambdaMART, GBrank☆14Nov 16, 2013Updated 12 years ago
- 自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。☆16Sep 27, 2022Updated 3 years ago
- ☆15Jul 25, 2023Updated 2 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Jul 2, 2018Updated 8 years ago
- 线程池 + epoll 的 web 服务器 CGI服务器使用 进程池 + epoll 实现☆10Mar 20, 2019Updated 7 years ago
- A C++ json/xml dumper/serialization library☆14Apr 5, 2015Updated 11 years ago