You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While collecting min-tree from executors, the Orchestrator has a logic that copies and sorts processed task for returning result.
but it’s too time consuming.
While collecting min-tree from executors, the Orchestrator has a logic that copies and sorts processed task for returning result.
but it’s too time consuming.
summa-aggregation/src/orchestrator/mod.rs
Lines 224 to 234 in 7dba825
We can improve this part use
rayon
The text was updated successfully, but these errors were encountered: