Skip to content

Commit

Permalink
On branches ...
Browse files Browse the repository at this point in the history
  • Loading branch information
“suchapalaver” committed Sep 8, 2021
1 parent 84ef9df commit 452ee99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ or, searching for kmers of length 21 across multiple records:

On branches:

-main is the same as ParallelBridge
-ParallelBridge uses rayon's ParallelBridge (https://docs.rs/rayon/1.5.1/rayon/iter/trait.ParallelBridge.html)
-collect_the_iterator is able to use rayon by 'collecting' the rust-bio fasta Reader into a vector of Records
-std_threads uses Rust's standard library thread to achieve multithreadedness
-single-thread has no multithreaded processing
-main is the same as ParallelBridge\n
-ParallelBridge uses rayon's ParallelBridge (https://docs.rs/rayon/1.5.1/rayon/iter/trait.ParallelBridge.html)\n
-collect_the_iterator is able to use rayon by 'collecting' the rust-bio fasta Reader into a vector of Records\n
-std_threads uses Rust's standard library thread to achieve multithreadedness\n
-single-thread has no multithreaded processing\n

0 comments on commit 452ee99

Please sign in to comment.