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
omega and mainnet at this point have very large node snapshot archives on GCP. Currently we download and extract them sequentially which is a waste of time given that there are no dependencies in that process.
Proposed Solution
Parallelize with goroutines in order to improve waiting time almost in half.
The text was updated successfully, but these errors were encountered:
Problem to Solve
omega
andmainnet
at this point have very large node snapshot archives on GCP. Currently we download and extract them sequentially which is a waste of time given that there are no dependencies in that process.Proposed Solution
Parallelize with goroutines in order to improve waiting time almost in half.
The text was updated successfully, but these errors were encountered: