ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
128 stars 16 forks source link

Try poolSTL again to parallelize randstrobe sorting #385

Closed marcelm closed 4 months ago

marcelm commented 5 months ago

I just added a pluggable_sort() that makes this easy:

poolstl::pluggable_sort(poolstl::par.on(pool), randstrobes.begin(), randstrobes.end(), pdqsort_branchless);

Originally posted by @alugowski in https://github.com/ksahlin/strobealign/issues/375#issuecomment-1890823659

marcelm commented 4 months ago

Done