-
Notifications
You must be signed in to change notification settings - Fork 118
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
feat: Implement tool for parallel execution #2009
Conversation
Timestamp: 2021-06-20 11:57:12 |
26e06a6
to
bb5f43d
Compare
Title does not follow the guidelines of Conventional Commits.
|
7741487
to
8572375
Compare
914f620
to
5d56150
Compare
9aebe9a
to
f3dbf00
Compare
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.
Part one of simple review as its a large review to do.
7b1a5d2
to
4562dcc
Compare
2d23513
to
b91ba0b
Compare
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.
This is a very large PR. Phew 😟
Add validation for initial state
Split & Update diagram
Optimize reduce graph algorithm. Add benchmarks for core functions Small fixes
Co-authored-by: Michael Wright <[email protected]>
b91ba0b
to
7a6bcda
Compare
Fixes #2001
Parallel execution algorithm
Example graph execution
Algorithm
Functions
Types
Different graph states
Test Plan
Unit tests are passing.
Checklist