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

In sieve example, end iteration sooner #17888

Merged
merged 1 commit into from
Oct 14, 2014
Merged

In sieve example, end iteration sooner #17888

merged 1 commit into from
Oct 14, 2014

Conversation

gmfawcett
Copy link
Contributor

The Sieve algorithm only requires checking all elements up to and including the square root of the maximum prime you're looking for. After that, the remaining elements are guaranteed to be prime.

The Sieve algorithm only requires checking all elements up to and including the square root of the maximum prime you're looking for. After that, the remaining elements are guaranteed to be prime.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Oct 13, 2014
bors added a commit that referenced this pull request Oct 13, 2014
The Sieve algorithm only requires checking all elements up to and including the square root of the maximum prime you're looking for. After that, the remaining elements are guaranteed to be prime.
@bors bors closed this Oct 14, 2014
@bors bors merged commit 7cf1f55 into rust-lang:master Oct 14, 2014
@gmfawcett gmfawcett deleted the patch-1 branch October 14, 2014 12:52
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 29, 2024
…r=Veykril

chore(config): remove `invocationLocation` in favor of `invocationStrategy`

These flags were added to help rust-analyzer integrate with repos requiring non-Cargo invocations. The consensus is that having two independent settings are no longer needed. This change removes `invocationLocation` in favor of `invocationStrategy` and changes the internal representation of `InvocationStrategy::Once` to hold the workspace root.

Closes rust-lang#17848.
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