From f357df34e063a41bbe217270794fe13e1a23b40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Csuchapalaver=E2=80=9D?= <“jlivesey@gmail.com”> Date: Wed, 8 Sep 2021 16:18:32 -0400 Subject: [PATCH] On branches ... --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a08b79..d5eac48 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,12 @@ or, searching for kmers of length 21 across multiple records: On branches: --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 +-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