Rust-LSM-KV
Rust-LSM-KV copied to clipboard
build a simple key value store based on LSM tree like rocksdb/leveldb
Plagiarism: https://github.com/jackdent/cs265-lsm-tree
Looks like you’ve done an impressive job here. There are two things limiting this to a ✓: 1) Your testing appears perfunctory—this is not what testing well looks like. 2)...
Thanks for submitting your spec. It’s a good start, but it’s missing a lot of detail. First, in order to describe the API, you should be describing it in Rust,...