Skip to content

Use BufWriter in fasta_redux #11

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

Merged
merged 1 commit into from
Sep 22, 2015
Merged

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented Sep 21, 2015

Since 1.3.0 the BufWriter has seen tremendous speedups. So when I use it in the shootout benchmarks, I see some nice speedup (which up to 1.2.0 was nixed by the pessimizations during initialization).

See rust PR #28562

@llogiq
Copy link
Contributor Author

llogiq commented Sep 21, 2015

The test fails because of the regex stuff. @BurntSushi has a solution for that, but I cannot seem to get our Makefile to correctly invoke it. By the way, my Rust PR has been merged.

@TeXitoi
Copy link
Owner

TeXitoi commented Sep 22, 2015

It works on stable, thus it's perfect for this pull request.

Thanks for the contribution.

TeXitoi added a commit that referenced this pull request Sep 22, 2015
Use BufWriter in fasta_redux
@TeXitoi TeXitoi merged commit df2371d into TeXitoi:master Sep 22, 2015
@llogiq
Copy link
Contributor Author

llogiq commented Sep 22, 2015

My pleasure.

@llogiq llogiq deleted the faster_redux branch September 22, 2015 08:50
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

Successfully merging this pull request may close these issues.

2 participants