Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 19, 2024
1 parent b82c80f commit 2b20fe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[![docs.rs](https://img.shields.io/docsrs/value-log?color=green)](https://docs.rs/value-log)
[![Crates.io](https://img.shields.io/crates/v/value-log?color=blue)](https://crates.io/crates/value-log)
![MSRV](https://img.shields.io/badge/MSRV-1.74.0-blue)
[![dependency status](https://deps.rs/repo/github/fjall-rs/value-log/status.svg)](https://deps.rs/repo/github/fjall-rs/value-log)

Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [[1]](#footnotes) and implemented in safe, stable Rust.

Expand Down
2 changes: 0 additions & 2 deletions src/value_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ impl ValueLog {
});
}

eprintln!("{size_map:?}");

for (&id, counter) in &size_map {
let used_size = counter.size;
let alive_item_count = counter.item_count;
Expand Down

0 comments on commit 2b20fe6

Please sign in to comment.