Skip to content

Commit

Permalink
Update src/filter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Behrens <fintelia@gmail.com>
  • Loading branch information
Shnatsel and fintelia authored Sep 27, 2024
1 parent e1f429e commit a64485a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ impl FilterType {
}
}

/// Adaptive filtering tries every possible filter for each row and keeps the best one.
/// This improves compression ratio, but makes encoding slower.
/// Adaptive filtering tries every possible filter for each row and uses a heuristic to select the best one.
/// This improves compression ratio, but makes encoding slightly slower.
///
/// It is recommended to use `Adaptive` whenever you care about compression ratio.
/// Filtering is quite cheap compared to other parts of encoding, but can contribute
Expand Down

0 comments on commit a64485a

Please sign in to comment.