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
To improve startup performance and performance in general, when fetching multiple things (e.g. multple files), especially from the DHT, we should do so in parallel.
Also, we should go through the code base and remove redundant IO calls - e.g. refetching data that we already have in-memory. Not saving and re-fetching immediately etc.
The text was updated successfully, but these errors were encountered:
To improve startup performance and performance in general, when fetching multiple things (e.g. multple files), especially from the DHT, we should do so in parallel.
Also, we should go through the code base and remove redundant IO calls - e.g. refetching data that we already have in-memory. Not saving and re-fetching immediately etc.
The text was updated successfully, but these errors were encountered: