Skip to content

Root only SetupStorage

Dominik Thoennes requested to merge thoennes/non-distributed-setup-storage into master

This MR adds the possibility to create the setup storage on only one process. It is supposed to reduce the memory footprint of the setup storage creation but it might be slower than the default creation since the data needs to be broadcasted after creation. Use setupStorage(...,true) to create a root only setup storage. It can be passed into the primitive storage constructor just like the default one.

Merge request reports