xmulyj / SFDS
小文件分布式存储系统
☆10Updated 11 years ago
Alternatives and similar repositories for SFDS:
Users that are interested in SFDS are comparing it to the libraries listed below
- 基于一致性哈希的分布式键值存储系统☆42Updated 4 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆17Updated 9 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Updated 5 years ago
- 不基于Boost的muduo库C++实现源码☆9Updated 3 years ago
- 基于跳表实现的键值型存储引擎☆12Updated 3 years ago
- C++实现简单数据库引擎☆25Updated 6 years ago
- 一个自己封装的基于reactor的c++网络库☆36Updated 8 years ago
- 这是一个简易的rpc框架☆20Updated 7 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- A small Key-Value storage engine written in C++.☆105Updated last year
- 高性能的c++日志库☆69Updated 3 years ago
- Linux下高性能服务器,详细梳理后台各个知识点☆30Updated 4 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆23Updated 6 years ago
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- 自己用C++实现小型Redis☆33Updated 5 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- 简单的ftp服务器,支持断点续传,用最小堆定时器进行空闲断开☆10Updated 8 years ago
- 基于 Connect UDP 和自定义网络协议(简单请求响应协议) 、Reactor 网络模型(one loop per thread + 线程池) 的轻量RPC框架!☆21Updated 7 months ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆58Updated 6 years ago
- 轻量级分布式消息队列☆24Updated 9 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Updated 3 years ago
- mini OceanBase☆16Updated last year
- A C++ implementation of RAFT consensus algorithm based on asio☆20Updated 2 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆18Updated 2 years ago
- 死锁检测模块,可为您的项目在debug中检测死锁并处理,在不要求极致性能的情况下甚至可以嵌入到release版本中。代码尽量精简易读☆10Updated 4 years ago
- 基于分布式的集群聊天系统☆42Updated 3 years ago
- 基于Arrow的轻量线程池☆89Updated 9 months ago
- 一个简单的muduo库,用来练手☆13Updated 5 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆67Updated 5 years ago