kkli08 / KV-Store

Key-Value Storage Database
MIT License
1 stars 0 forks source link

[STEP 3] Extend your get and scan functionalities to search the memtable and all SSTs with binary search. #8

Closed kkli08 closed 2 weeks ago

kkli08 commented 2 weeks ago

https://github.com/kkli08/KV-Store/blob/main/api/api.cpp#L136-L157