Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buffered IO vs stream IO #197

Open
ChristinaXu2017 opened this issue Oct 22, 2020 · 0 comments
Open

buffered IO vs stream IO #197

ChristinaXu2017 opened this issue Oct 22, 2020 · 0 comments

Comments

@ChristinaXu2017
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The qio is a collection of File reader/writer for our internal files, such as GFF, VCF, MAF etc. Some use buffered IO but some use stream, the read() or flush() method in the stream is a heavy operation, buffered IO will be much faster to process our internal files.

Describe the solution you'd like
create a generic buffered reader/writer to process our tab-delimited files, such as GFF, VCF, germlineDB, gff3, Illumina, dbSnp, pileup file, etc.

Describe alternatives you've considered
this generic IO class is only for the text file including gzip file. Other format files, such as BAM, XML, should use other method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant