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