Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed May 13, 2024
1 parent c67cb73 commit 679b02e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/partition/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ impl std::hash::Hash for PartitionHandle {
}

impl PartitionHandle {
// TODO: allow setting block cache

/// Sets the compaction strategy
///
/// Default = Levelled
Expand Down Expand Up @@ -199,7 +197,6 @@ impl PartitionHandle {
pub fn iter(&self) -> Range {
self.tree.iter()
}
// TODO: how to handle error...? wrap iterator?

/// Returns an iterator over a range of items.
///
Expand Down

0 comments on commit 679b02e

Please sign in to comment.