Rust-LSM-KV icon indicating copy to clipboard operation
Rust-LSM-KV copied to clipboard

build a simple key value store based on LSM tree like rocksdb/leveldb

Results 3 Rust-LSM-KV issues
Sort by recently updated
recently updated
newest added

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,...