-
Notifications
You must be signed in to change notification settings - Fork 570
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
State Machine Improvement #258
Conversation
Benchmark results of before vs. after. Run on Azure E32s v3, 32 CPUs, 256GiB mem with the FASTER YCSB benchmark. I am convinced that the performance differential is not more profound than natural performance fluctuation on the Azure machine. Observe that sometimes the new branch outperforms the master branch as well. |
…the original test the two guids are switched and nobody noticed...
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.
Can you make sure you throw only exceptions of type FasterException (or derived from FasterException)? We have some downstream dependencies on that invariant.
Break up the large state machine function into different objects. This is just a draft. I will finish converting everything and writing up documentation in the next few days.