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

feat: add lazy record reader to vcf async reader #199

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

tshauck
Copy link
Contributor

@tshauck tshauck commented Aug 31, 2023

Hi -- I noticed you recently added a lazy record for VCF reader. This has been nice in cases where I'm using the non-async reader. So, hoping to have a similar speed up in the async case, I'd like to add read_lazy_record to the async vcf reader. This is mostly a copy of the sync implementation, just w/ awaits and different trait bounds.

Thanks!

@zaeleus zaeleus added the vcf label Aug 31, 2023
Copy link
Owner

@zaeleus zaeleus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@zaeleus zaeleus merged commit 4c010f6 into zaeleus:master Aug 31, 2023
3 checks passed
@zaeleus
Copy link
Owner

zaeleus commented Aug 31, 2023

This is now available in noodles 0.50.0 / noodles-vcf 0.38.0.

@tshauck tshauck deleted the add-async-lazy branch August 31, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants