Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务
☆537Dec 27, 2023Updated 2 years ago
Alternatives and similar repositories for Easy-Reactor
Users that are interested in Easy-Reactor are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Apr 17, 2018Updated 8 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆63Jul 16, 2022Updated 4 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,200Updated this week
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆190Apr 14, 2020Updated 6 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆373Jun 12, 2017Updated 9 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.
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆544Sep 9, 2020Updated 6 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日 志的场景☆424Jun 27, 2021Updated 5 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,721Dec 8, 2023Updated 2 years ago
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆518Aug 4, 2020Updated 6 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆649May 1, 2021Updated 5 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,640Aug 19, 2023Updated 3 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,114Jul 5, 2022Updated 4 years ago
- A C++ High Performance Web Server☆8,216Sep 27, 2023Updated 2 years ago
- C++11 实现的简易版 STL☆226Apr 29, 2017Updated 9 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 一个自己封装的基于reactor的c++网络库☆37Mar 14, 2016Updated 10 years ago
- Cross platform network library with C++11☆1,132Aug 16, 2024Updated 2 years ago
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆951Nov 29, 2024Updated last year
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆83Dec 30, 2022Updated 3 years ago
- Linux下C++轻量级WebServer服务器☆19,706Jul 5, 2024Updated 2 years ago
- modern C++(C++20), simple, easy to use rpc framework☆2,014Sep 8, 2026Updated 2 weeks ago
- libuv wrapper in C++11 /libuv C++11网络库☆839Nov 13, 2025Updated 10 months ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,255Dec 23, 2025Updated 8 months 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,691Mar 7, 2024Updated 2 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.
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆548May 30, 2024Updated 2 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,369Feb 25, 2023Updated 3 years ago
- 基于C++ Coroutines编写的无栈协程库☆626Dec 27, 2023Updated 2 years ago
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,638Jan 24, 2025Updated last year
- C++实现的简单http服务器(进程池+epoll)☆96Jun 28, 2018Updated 8 years ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,189Dec 25, 2024Updated last year
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,141Aug 19, 2026Updated last month
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆394Mar 25, 2020Updated 6 years ago
- C++ Linux WebServer服务器☆4,119Dec 2, 2023Updated 2 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.
- linux下c/c++模拟实现云盘项目☆640Oct 2, 2021Updated 4 years ago
- C++设计模式☆2,609Oct 11, 2024Updated last year
- simple http server base on epoll☆322Oct 8, 2023Updated 2 years ago
- A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.☆3,775Apr 10, 2024Updated 2 years ago
- 高性能超轻量级C++开发库及服务器编程框架☆322Apr 20, 2022Updated 4 years ago
- ---AWESOME--- C++学习笔记和常见面 试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,949Jul 27, 2022Updated 4 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368May 18, 2020Updated 6 years ago