-
Notifications
You must be signed in to change notification settings - Fork 493
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
Small performance increase. #16
Conversation
Test the most used instructions first and the less likely scenarios least. And if an opcode is having a specific value, it also means it can’t have other values at the same time. Will win a little less than 2 minutes if the timeout limit along node count is raised accordingly.
Awesome, thanks, @ytrezq ! <3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
I'm neutral on several topics, subjects, and issues. I'm taking my time, I believe this has potential and this world will come across this new way of money, like the power of a storm, tornado , ....like a hurricane!!!!! |
7 similar comments
Is the ending of this process of withdrawing funds? |
Test the most used instructions first and the less likely scenarios least. And if an opcode is having a specific value, it also means it can’t have other values at the same time.
The reason behind this is the way CPython compares Object values take times (poor timings).
Will win a little less than 2 minutes over a 30 minutes run if the timeout limit along node count is raised accordingly.