Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
“suchapalaver” committed Sep 10, 2021
1 parent 6e5399f commit 22ffd00
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 @@ -12,9 +12,9 @@ or, searching for kmers of length 21 across multiple records:

Branches are variations in implementation:

-- main uses rayon's ParallelBridge (https://docs.rs/rayon/1.5.1/rayon/iter/trait.ParallelBridge.html)
-- main uses rayon's parallel iterator by collecting the rust-bio fasta Reader into a vector

-- collect_the_iterator uses rayon's parallel iterator by collecting the rust-bio fasta Reader into a vector
-- ParallelBridge uses rayon's ParallelBridge (https://docs.rs/rayon/1.5.1/rayon/iter/trait.ParallelBridge.html) (This seems to be slightly slower than collecting and using par_iter)

-- std_threads uses Rust's standard library thread to process in parallel

Expand Down

0 comments on commit 22ffd00

Please sign in to comment.