XutongLi / Learning-Notes
some notes on learning C++, Go, UNIX, Database and Distributed System
☆34Updated 2 years ago
Alternatives and similar repositories for Learning-Notes:
Users that are interested in Learning-Notes are comparing it to the libraries listed below
- LevelDB 源码剖析☆180Updated 5 years ago
- ☆112Updated 2 years ago
- Focus on Database kernel Development, include Basic Skill Content.☆152Updated last year
- TinyDB (under progress)☆63Updated 2 years ago
- ☆43Updated 2 years ago
- ☆170Updated 3 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆77Updated 6 years ago
- distributed system, db, storage, computing jobs hub☆171Updated last year
- Raft学习的一些资料☆230Updated 4 years ago
- MIT6.824_2021 中文笔记(lab+paper+summary)☆149Updated 2 years ago
- Code repository for the book 'Distributed System Deep Dive'《深入理解分布式系统》代码仓库☆112Updated 2 years ago
- cmu 15445 2018,DBMS实现☆50Updated 5 years ago
- ☆84Updated 8 months ago
- LSM-Tree 论文的中文翻译☆76Updated 2 years ago
- Tutorial for TinyKV project in Talent Plan.☆320Updated last year
- A small Key-Value storage engine written in C++.☆106Updated 2 years ago
- ☆68Updated 3 years ago
- CMU的数据库系统课程☆255Updated 6 years ago
- A generic raft library☆281Updated 2 months ago
- notes i made while reading the papers. Including database, distributed systems and HPC.☆163Updated 2 years ago
- TinyKV-2022,个人代码及文档,项目最终得分98.46。☆81Updated last year
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆70Updated 2 years ago
- CMU15445/645 (fall 2020) project☆70Updated 4 years ago
- C++ header only multi-paxos library.☆41Updated 2 years ago
- Talent Plan 2.0☆53Updated 3 years ago
- Collect some book about distributed storage system☆278Updated 3 years ago
- An implementation of pingcap-incubator/tinykv☆23Updated 4 years ago
- good sources for distributed system and database☆62Updated last year
- ShaunDB is a distributed key-value database by myself design.It is intended to satisfy my thesis implementation of the lsm tree, and to g…☆25Updated last year
- Homework of SJTU SE121: An LSM Tree KVStore System