Creating #fastq #parsers in #perl and comparisons against the CLI #seqtk (C) #seqkit(#golang).
A. Statement of the problem:
B. Regex based parser:
C. Converting the Regex parser into fast & tedious flag based code:
D. Speed comparisons:
The interpreted (flag based) #perl gets within 7% of the compiled #clang parser. Both perl parsers have highly stable performance (decreased variability)