kseqpp icon indicating copy to clipboard operation
kseqpp copied to clipboard

Fast FASTA/Q parser and writer (C++ re-implementation of kseq library)

Results 3 kseqpp issues
Sort by recently updated
recently updated
newest added

Suggested in #2, there should be a section in the README file explaining how to install the library and alternatively how to bundle it in the source tree without installation...

When decompressing a file that has been compressed with gzip, kseqpp relies on zlib for decompression. However, there is a library called [libdeflate](https://github.com/ebiggers/libdeflate) which offers faster decompression speed compared to...

this is a great minimal library, thanks! it would be nice have std::thread as an ifdef option. these are my changes, not tested yet. line 29 ```c++ #ifdef KSEQPP_THREADS #include...