Skip to content

Fixed algorithm to match shootout requirements #27636

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
Aug 12, 2015
Merged

Fixed algorithm to match shootout requirements #27636

merged 1 commit into from
Aug 12, 2015

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented Aug 10, 2015

See line 181: The lookup should start with the random index and iterate from there.

Also locked stdout (which makes it a bit faster on my machine). And the make_lookup function now uses map (as the TODO asked for).

Perhaps the multi-thread output from the fasta benchmark could be used to speed it up even more.

See line 181: The lookup should start with the random index and iterate from there.

Also locked stdout (which makes it a bit faster on my machine).

Perhaps the multi-thread output from the fasta benchmark could be used to speed it up even more.
@alexcrichton
Copy link
Member

@bors: r+ 86191e2

Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 11, 2015
See line 181: The lookup should start with the random index and iterate from there.

Also locked stdout (which makes it a bit faster on my machine). And the `make_lookup` function now uses `map` (as the TODO asked for).

Perhaps the multi-thread output from the fasta benchmark could be used to speed it up even more.
Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 11, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Aug 12, 2015
See line 181: The lookup should start with the random index and iterate from there.

Also locked stdout (which makes it a bit faster on my machine). And the `make_lookup` function now uses `map` (as the TODO asked for).

Perhaps the multi-thread output from the fasta benchmark could be used to speed it up even more.
@bors
Copy link
Collaborator

bors commented Aug 12, 2015

⌛ Testing commit 86191e2 with merge c7cf7fe...

bors added a commit that referenced this pull request Aug 12, 2015
See line 181: The lookup should start with the random index and iterate from there.

Also locked stdout (which makes it a bit faster on my machine). And the `make_lookup` function now uses `map` (as the TODO asked for).

Perhaps the multi-thread output from the fasta benchmark could be used to speed it up even more.
@bors
Copy link
Collaborator

bors commented Aug 12, 2015

💔 Test failed - auto-mac-64-opt

@bors bors merged commit 86191e2 into rust-lang:master Aug 12, 2015
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.

3 participants