readfq icon indicating copy to clipboard operation
readfq copied to clipboard

readfq2.py is ~60% faster readfq.py

Open ndaniel opened this issue 3 years ago • 0 comments

Using splitlines instead of [:-1] for removing \n at the end of the lines. Using range(0,n,4) instead of looping for each line. This is strictly only a FASTQ reader.

ndaniel avatar Jan 17 '21 14:01 ndaniel