Files
mini_lsm/mini-lsm-book/src/week3-02-snapshot-read-part-1.md
Alex Chi b4485f49c3 finish 2.7
Signed-off-by: Alex Chi <iskyzh@gmail.com>
2024-01-28 14:08:08 +08:00

165 B

Snapshot Read - Memtables and SSTs

During the refactor, you might need to change the signature of some functions from &self to self: &Arc<Self> as necessary.