summaryrefslogtreecommitdiff
path: root/Data/FastQ.hs
AgeCommit message (Collapse)Author
2023-08-16remove lazy bytestringsJustin Bedo
2023-08-16switch zlib bindingsJustin Bedo
This resolves a memory leak during unparsing. Speed is faster now overall too. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # modified: Data/FastQ.hs # modified: package.yaml #
2023-08-16bugfix: correctly seed filepathJustin Bedo
2023-08-04prefer speed to compressionJustin Bedo
2023-08-03tidy codeJustin Bedo
2023-08-03tidy, more fusion, handle different read headersJustin Bedo
2023-08-02initial fastq streamingJustin Bedo