Skip to content

Commit

Permalink
update progress in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Jan 21, 2024
1 parent c6e700e commit 71db0cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ We are working on a new version of the mini-lsm tutorial that is split into 3 we
| Week + Chapter | Topic | Solution | Starter Code | Writeup |
| -------------- | ----------------------------------------------- | -------- | ------------ | ------- |
| 1.1 | Memtables ||||
| 1.2 | Block Format || 🚧 | 🚧 |
| 1.3 | Table Format || 🚧 | 🚧 |
| 1.4 | Merge Iterators || 🚧 | 🚧 |
| 1.2 | Merge Iterators || | |
| 1.3 | Block Format || 🚧 | 🚧 |
| 1.4 | Table Format || 🚧 | 🚧 |
| 1.5 | Storage Engine - Read Path || 🚧 | 🚧 |
| 1.6 | Storage Engine - Write Path || 🚧 | 🚧 |
| 1.7 | Bloom Filter and Key Compression | | | |
| 2.1 | Compaction Implementation || 🚧 | 🚧 |
| 2.2 | Compaction Strategy - Simple || 🚧 | 🚧 |
| 2.3 | Compaction Strategy - Tiered || | |
| 2.4 | Compaction Strategy - Leveled || | |
| 2.5 | Manifest || | |
| 2.6 | Write-Ahead Log || | |
| 2.3 | Compaction Strategy - Tiered || 🚧 | |
| 2.4 | Compaction Strategy - Leveled || 🚧 | |
| 2.5 | Manifest || 🚧 | |
| 2.6 | Write-Ahead Log || 🚧 | |
| 2.7 | Batch Write + Checksum | | | |
| 3.1 | Timestamp Key Encoding + New Block Format | | | |
| 3.2 | Prefix Bloom Filter | | | |
Expand Down

0 comments on commit 71db0cc

Please sign in to comment.