We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discussed in #9
Right now, the FASTA parser inhales the whole file and produces a Vec of records. For very large files, we might prefer a streaming API. Possible inspiration is https://github.com/raphlinus/pulldown-cmark
Vec
The text was updated successfully, but these errors were encountered:
(also, once we have a streaming API, we can re-implement the Vec-based API in terms of it very easily)
Sorry, something went wrong.
mkysel
No branches or pull requests
Discussed in #9
Right now, the FASTA parser inhales the whole file and produces a
Vec
of records. For very large files, we might prefer a streaming API. Possible inspiration is https://github.com/raphlinus/pulldown-cmarkThe text was updated successfully, but these errors were encountered: