LunarStore / lunar
DIY a asynchronous IO framework base on coroutine
☆12Updated last year
Alternatives and similar repositories for lunar:
Users that are interested in lunar are comparing it to the libraries listed below
- C++分布式网络通信框架(RPC)☆15Updated last year
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆63Updated 2 years ago
- This is a IM Server written By C++☆135Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆93Updated 4 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆42Updated 2 years ago
- 基于跳表实现的键值型存储引擎☆12Updated 3 years ago
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated 2 years ago
- RPC远程调用框架☆26Updated 4 years ago
- c++20 重新实现的 redis 1.3.6☆45Updated 2 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆82Updated 2 years ago
- 学习muduo网络库的一些笔记☆107Updated 4 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆49Updated last year
- 基于分布式的集群聊天系统☆44Updated 3 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆34Updated 4 months ago
- 从零开始重写sylar C++高性能分布式服务器框架☆350Updated last month
- c++ rpc framework, simplified version of tinyrpc。☆236Updated last year
- 用c++11重构了muduo库的核心MultiReactor架构☆41Updated last year
- Event-Driven C++ High-Performance WebServer In C++11☆83Updated 2 years ago
- Maintenance Stopped! Refer to a much better designed repo that is similar: https://github.com/GeniusDai/cppev☆62Updated 2 years ago
- c++17实现简易muduo网络库☆36Updated last month
- C++11版本muduo网络库 除去了对boost库的依赖☆224Updated 2 years ago
- 【muduo 源码解析】☆48Updated 2 years ago
- 一个基于muduo库的rpc分布式微服务框架☆14Updated 2 years ago
- Linux C++ Web 文件服务器☆244Updated 11 months ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆42Updated 2 years ago
- 一个基于LSM树的单机KV存储引擎☆12Updated last year
- 基于C++的集群聊天服务器☆57Updated 2 years ago
- 设计 并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。☆53Updated last year
- 一个在Linux环境下C++开发的轻量级、高性能、高并发的web服务器。☆80Updated last year
- 一个基于协程的异步网络库☆111Updated 3 years ago