Felix Droop

Results 2 comments of Felix Droop

Hey, here they are. My CPU is an Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz. While starting: ![appFlowyTaskManager1](https://github.com/AppFlowy-IO/AppFlowy/assets/62176388/b9c81c53-81af-4d81-b4a1-89a4d4bd482c) While loading notes (the GPU is only working for a short moment after...

Yes, and this also works even with an adapted uint8 alphabet, which is exactly my use case. ```cpp auto config = seqan3::align_cfg::method_global{} | seqan3::align_cfg::edit_scheme | seqan3::align_cfg::min_score{-10}; seqan3::align_pairwise(std::tie(reference, query), config); ```