-
Notifications
You must be signed in to change notification settings - Fork 6
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
What does it mean when PPS goes down but SPS increases between two different archiectures? #2
Comments
SPS = Sieves per Second, This means how many times it does the entire loop So when PPS goes down, and SPS goes up, it means it is looping more sieves, Typically more primes is better than more sieves. Good luck, On Sat, Oct 15, 2016 at 3:54 PM, aashidham [email protected] wrote:
|
In what practical situations would this happen?
|
Wanted to follow up. What would make this happen in real life? Have you ever seen this happen yourself? |
When the prime numbers get larger, there will be less primes... so SPS will This happens based on the Factorial(s) you may choose, along with the I have given up on this project, there are other miners that are much Good luck on your quest. On Fri, Oct 21, 2016 at 3:19 PM, aashidham [email protected] wrote:
|
These acronyms come from line 572 in main.cpp. Curious what this means conceptually.
The text was updated successfully, but these errors were encountered: