Bryce Kille

Results 17 issues of Bryce Kille

Not sure if this issue is better placed on the bioconda issue board, but the most recent version of TBB (v2021.1.1) causes a runtime error with the `bowtie2-align-s` binary available...

Big fan of the Seqan3 library, thanks for all of your hard work! I have been using the MSA parser recently and it has worked quite well, however, the majority...

feature/proposal

`auto` will deduce the type as a reference type, even without the `&`. This means that: ```cpp bit::bit_vector bvec{"110110"}; auto b = bvec.front() // Should be copied, auto -> bit_value,...

bug

new-stl-algorithm

Add bit version of [`std::search_n`](https://en.cppreference.com/w/cpp/algorithm/search_n) - [ ] `search_n` implementation - [ ] `search_n` tests - [ ] `search_n` benchmark

new-stl-algorithm

Add bit version of [`std::search`](https://en.cppreference.com/w/cpp/algorithm/search) - [ ] `search` implementation - [ ] `search` tests - [ ] `search` benchmark Note: There are multiple different implementations of bit-searching algorithms, but...

new-stl-algorithm

Add bit version of [`std::mismatch`](https://en.cppreference.com/w/cpp/algorithm/mismatch) - [ ] `mismatch` implementation - [ ] `mismatch` tests - [ ] `mismatch` benchmark

new-stl-algorithm

Add bit version of [`std::move_backward`](https://en.cppreference.com/w/cpp/algorithm/move_backward) - [ ] `move_backward` implementation - [ ] `move_backward` tests - [ ] `move_backward` benchmark

new-stl-algorithm

Add bit version of [`std::shuffle`](https://en.cppreference.com/w/cpp/algorithm/shuffle) - [ ] `shuffle` implementation - [ ] `shuffle` tests - [ ] `shuffle` benchmark

new-stl-algorithm

Add bit version of [`std::sample`](https://en.cppreference.com/w/cpp/algorithm/sample) - [ ] `sample` implementation - [ ] `sample` tests - [ ] `sample` benchmark

new-stl-algorithm