marcelm / cutadapt

Cutadapt removes adapter sequences from sequencing reads
https://cutadapt.readthedocs.io
MIT License
514 stars 129 forks source link

Utilize full length of the 64-bit word in the KmerFinder #693

Closed rhpvorderman closed 1 year ago

rhpvorderman commented 1 year ago

Thanks again for replying to my e-mail. This PR holds the following changes:

I benchmarked the change and it seems to be consistently (very slightly) faster on my laptop (while on battery, not the best platform, I know), which I contribute to the simpler check inside the loop. At least it is certainly not slower.

marcelm commented 1 year ago

Sorry for the delay, this looks good now!