I have a program that I am trying to build that has this pattern:
broadcast state to all blocks
block map to do a bit of computation, create local state
merge all of the local states back to the global state
repeatWhat is the suggestion for merging the local state back to the global state?
