-
Notifications
You must be signed in to change notification settings - Fork 26
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
After running it for a day it started counting backwards. #4
Comments
I updated it to record keys already used and save sessions.....that may work for you |
That is strange. There are still a few bugs I guess but I've not seen in count backwards yet.
That's a good idea, thanks! |
You can replicate the problem with counting quickly by changing to this line: |
It has to do with Python's multiprocessing. the Value type doesn't have built-in atomic operations, so concurrent updates may lead to incorrect results. |
Generated Keys: -2,103,267,295 | Keys/Second: -9,7410 |
After running it for a day it started counting backwards.
By the way, it runs fast and nice, nice project!
The text was updated successfully, but these errors were encountered: