Skip to content

Commit

Permalink
fix: leveled compaction
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Nov 26, 2024
1 parent 06f105e commit 8d96736
Show file tree
Hide file tree
Showing 7 changed files with 185 additions and 273 deletions.
2 changes: 1 addition & 1 deletion benches/tli.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use criterion::{criterion_group, criterion_main, Criterion};
use lsm_tree::segment::{
block_index::BlockIndex, value_block::BlockOffset, value_block::CachePolicy,
block_index::KeyedBlockIndex, value_block::BlockOffset, value_block::CachePolicy,
};

fn tli_find_item(c: &mut Criterion) {
Expand Down
Loading

0 comments on commit 8d96736

Please sign in to comment.