mookixiao / io_uring-reactorLinks
一个基于io_uring实现的reactor
☆11Updated 3 years ago
Alternatives and similar repositories for io_uring-reactor
Users that are interested in io_uring-reactor are comparing it to the libraries listed below
Sorting:
- This is a IM Server written By C++☆136Updated 3 years ago
 - A TinyWebServer implemented inC++11.☆208Updated last year
 - Event-Driven C++ High-Performance WebServer In C++11☆88Updated 3 years ago
 - ☆27Updated last year
 - a C complier based on lex/flex,yacc/bison,华中科技大学编译原理实验☆10Updated 5 years ago
 - Uubuntu 20 C++版本的web服务器☆257Updated 2 years ago
 - c++ rpc framework, simplified version of tinyrpc。☆247Updated last year
 - a benchmark for Huawei CodeCraft 2022 判题器 算分器☆123Updated 3 years ago
 - 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Updated this week
 - 实现Web网络框架(包含线程模块、协程模块、日志模块、SocketIO模块、Http模块)☆10Updated 2 years ago
 - 从零开始重写sylar C++高性能分布式服务器框架☆370Updated last week
 - 一个基于协程的异步网络库☆116Updated 4 years ago
 - ☆263Updated 3 years ago
 - 基于muduo、protobuf、zookeeper的rpc实现☆50Updated 3 years ago
 - 此项目是基于 Linux 轻量级多线程的 Web 服务器,应用层实现了一个简单的 HTTP 服务器,支持静态资源的访问 与动态消息的回显。☆50Updated 3 years ago
 - 一个基于主从Reacotr+线程池的轻量级webserver☆43Updated 3 years ago
 - c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆514Updated 5 years ago
 - MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆55Updated 2 years ago
 - 基于分布式的集群聊天系统☆46Updated 4 years ago
 - CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆185Updated 3 years ago
 - C++ High Performance HTTP WebServer☆76Updated 4 years ago
 - c++11 Server based on coroutine and reactor☆110Updated 3 years ago
 - 面试八股文☆87Updated last year
 - C++实现的简单http服务器(进程池+epoll)☆97Updated 7 years ago
 - DIY a asynchronous IO framework base on coroutine☆14Updated last year
 - ☆98Updated 2 years ago
 - 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆736Updated 2 years ago
 - C++选手提前批/秋招可投岗位☆47Updated 2 years ago
 - MIT 6.824 distributed system C++Version☆857Updated 2 years ago
 - 一个轻量级的Linux下的Redis实现,采用C++编写。本项目既包括客户端也包括服务端,核心数据结构使用跳表,同时结合Epoll事件处理和线程池并发管理来提供基本的Redis功能。当前版本支持字符串、列表和哈希表数据类型及相关指令,同时支持事务功能。项目正在持续更新中。☆16Updated last year