erikgrinaker / readingsLinks
Interesting readings and talks on computer science
☆714Updated 6 months ago
Alternatives and similar repositories for readings
Users that are interested in readings are comparing it to the libraries listed below
Sorting:
- (educational) build your own disk based KV store☆1,315Updated last year
- An educational OLAP database system.☆1,750Updated last month
- Awesome materials about database development.☆1,511Updated last year
- Learn Rust dark magics by implementing an expression framework in database systems☆1,431Updated last year
- Notes on Lindsey Kuper's lectures on Distributed Systems☆478Updated last year
- A model checker for implementing distributed systems.☆1,684Updated last week
- A distributed thread-per-core document database☆529Updated last year
- Magical Deterministic Simulator for distributed systems in Rust.☆911Updated last month
- This is the companion repository for the book How Query Engines Work.☆394Updated 2 years ago
- A persistent B+Tree (clustered index) implementation in Rust.☆304Updated last year
- A list of papers about distributed consensus.☆2,584Updated 11 months ago
- A persistent storage engine for Multi-Raft log☆595Updated last week
- My collection of handwritten notes and resources for learning distributed systems☆171Updated 4 years ago
- The lightest distributed consensus library. Run your own replicated state machine! ❤️☆445Updated 3 months ago
- A persistent key-value storage in rust.☆860Updated last year
- A file system on top of your file system☆382Updated 4 years ago
- Experimenting with persistence in C☆184Updated 3 years ago
- A high-performance storage engine for modern hardware and platforms.☆514Updated 2 years ago
- Pure Rust LSM-tree based embedded storage engine☆629Updated 2 years ago
- Awesome list of distributed transactions☆730Updated 3 years ago
- An implementation of the Raft distributed consensus protocol using the Tokio framework.☆1,073Updated 2 years ago
- rust raft with improvements☆1,615Updated this week
- Lightly organized personal notes about Rust☆454Updated 5 months ago
- CMU-DB's Cascades optimizer framework☆402Updated 6 months ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆310Updated 2 years ago
- A fast linearizability checker written in Go 🔎☆1,042Updated last month
- A list papers of learning how to building database system☆231Updated 8 months ago
- SQLRite - Simple embedded database modeled off SQLite in Rust☆1,087Updated 3 years ago
- Another minimal Raft implementation in Rust.☆184Updated last year
- A workbench for writing toy implementations of distributed systems.☆3,324Updated 5 months ago