Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrosjean committed Jun 1, 2021
1 parent e3a46c1 commit 6f9ebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ comments are copied directly from `walkdir`.

### Why use this crate?

This crate is particularly fast when you want streamed sorted results. In my
tests its about 4x `walkdir` speed for sorted results with metadata. Also this
This crate is particularly good when you want streamed sorted results. In my
tests it's about 4x `walkdir` speed for sorted results with metadata. Also this
crate's `process_read_dir` callback allows you to arbitrarily
sort/filter/skip/state entries before they are yielded.

Expand Down

0 comments on commit 6f9ebf5

Please sign in to comment.