issues
search
TimelyDataflow
/
timely-dataflow
A modular implementation of timely dataflow in Rust
MIT License
3.31k
stars
272
forks
source link
Clone for Config and other improvements
#571
Closed
antiguru
closed
5 months ago
antiguru
commented
5 months ago
Clone for timely and communication config. Forces the cluster log function to be wrapped in an Arc, which is what happens anyways, so a no-op change.
Use
execute_from
in
execute
to deduplicate code.
Remove weird logging code from
execute
.
execute_from
inexecute
to deduplicate code.execute
.