Skip to content

Commit

Permalink
Merge pull request #82 from fjall-rs/compaction/leveled/level_base_size
Browse files Browse the repository at this point in the history
Fix Leveled compaction
  • Loading branch information
marvin-j97 authored Nov 26, 2024
2 parents 06f105e + 9527036 commit f376442
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 274 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 f376442

Please sign in to comment.