Currently, dune-mpf transfers the whole Dune context to each Phynode, which includes state from other Phynodes.
This method wastes bandwith by sending more data than required and slows down the global setup.
The crate should be modified to only send the state required by a given Phynode.
Currently,
dune-mpftransfers the wholeDunecontext to each Phynode, which includes state from other Phynodes.This method wastes bandwith by sending more data than required and slows down the global setup.
The crate should be modified to only send the state required by a given Phynode.