feat: Implement tool for parallel execution#2009
Merged
mergify[bot] merged 29 commits intoJun 20, 2021
Merged
Conversation
Contributor
|
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
Sloox
reviewed
Jun 14, 2021
Contributor
Sloox
left a comment
There was a problem hiding this comment.
Part one of simple review as its a large review to do.
7b1a5d2 to
4562dcc
Compare
pawelpasterz
approved these changes
Jun 17, 2021
2d23513 to
b91ba0b
Compare
Sloox
approved these changes
Jun 18, 2021
Contributor
Sloox
left a comment
There was a problem hiding this comment.
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 <slooxied@gmail.com>
b91ba0b to
7a6bcda
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2001
Parallel execution algorithm
Example graph execution
Algorithm
Functions
Types
Different graph states
Test Plan
Unit tests are passing.
Checklist