You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented in go a version of your readfq algorithm.
These are the results I get when benchmarking both the c and go version against a 100M illlumina 100bp
fastq file:
0.03u 4.19s 41.34r c
0.04u 8.58s 40.03r go
I was going to create a pull request with my go code. Are you interested?
NOTE: I edited my first post to reflect the improvements of my latest changes to the code.
-drd
The text was updated successfully, but these errors were encountered:
Hi,
I have implemented in go a version of your readfq algorithm.
These are the results I get when benchmarking both the c and go version against a 100M illlumina 100bp
fastq file:
I was going to create a pull request with my go code. Are you interested?
NOTE: I edited my first post to reflect the improvements of my latest changes to the code.
-drd
The text was updated successfully, but these errors were encountered: