Skip to content

Commit

Permalink
Don't let partial replication unnecessarily divide push commands
Browse files Browse the repository at this point in the history
  • Loading branch information
psalz committed Dec 5, 2023
1 parent f12ddf7 commit 7196e25
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 302 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Versioning](http://semver.org/spec/v2.0.0.html).

- In edge cases, command graph generation would fail to generate await-push commands when re-distributing reduction results (#223)
- Command graph generation was missing an anti-dependency between push-commands of partial reduction results and the final reduction command (#223)
- Don't create multiple smaller push-commands instead of a single large one in some rare situations (#229)

## [0.4.1] - 2023-09-08

Expand Down
Loading

0 comments on commit 7196e25

Please sign in to comment.