RandyLambert / ssxOSLinks
一个小型操作系统的学习与实现
☆10Updated 4 years ago
Alternatives and similar repositories for ssxOS
Users that are interested in ssxOS are comparing it to the libraries listed below
Sorting:
- 带注释的leveldb v1.18 代码☆24Updated 8 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 7 years ago
- 《深入理解文件系统原理和实践》pdf, ISBN: 978-7-89381-214-9☆25Updated last year
- Linux 1.2.13 网络协议栈学习☆35Updated 5 years ago
- Libco 源码分析☆30Updated 6 years ago
- 基于协程和事件循环的c++网络库☆60Updated 5 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆67Updated 3 months ago
- Skiplist written in C/C++ language.☆27Updated 11 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆207Updated 2 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Updated 10 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Updated 9 years ago
- A Chinese version of MIT 6.828 (Operating System)☆19Updated 8 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆223Updated 7 years ago
- linux0.11源码解析☆94Updated last year
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- 收集网络上讲解Linux系统原理的优秀文章、文档☆78Updated 5 years ago
- a distributed storage engine☆89Updated 8 years ago
- 基于B+树的磁盘索引☆12Updated 5 years ago
- Build your own VectorDB with C++☆31Updated 9 months ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆86Updated 4 years ago
- C++ raft lib