Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 27, 2024
1 parent 17c1378 commit 7e4d063
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/levels/level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ pub struct Level {
#[doc(hidden)]
pub segments: Vec<Arc<Segment>>,

/// If the level is disjoint - is only recomputed
/// when the level is changed
/// If the level is disjoint
///
/// is only recomputed when the level is changed
/// to avoid unnecessary CPU work
pub is_disjoint: bool,
}

Expand Down

0 comments on commit 7e4d063

Please sign in to comment.