Skip to content

Commit

Permalink
rm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dejankos committed Sep 19, 2020
1 parent 7e2cdea commit cd5fdc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,9 @@ Payload: 1kb
![Delete tps](docs/delete_tps.png?raw=true "Delete tps")

### TODO
- [ ] db iterator for on startup init
- [ ] test compaction
- [ ] code coverage
- [ ] docker
- [ ] range scan
- [ ] benchmark

## Licence
Rocky is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down
1 change: 0 additions & 1 deletion src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ impl DbManager {
// will panic in main thread and prevent startup
fn open_dbs(&self) {
info!("Initializing dbs from root ...");
//TODO db iterator
self.root_db
.r_lock()
.iterator(IteratorMode::Start)
Expand Down

0 comments on commit cd5fdc7

Please sign in to comment.