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
We need to add WebWorkers to the Loader service, to keep from blocking the entire client as we attempt to load some of our larger models.
Googling around, it seems like much over 100 web workers can cause issues, so we might have to be careful about simply doing 1 web worker per model; it might instead make sense to have a pool of 'loader workers' that we just farm loading out to, until their done.
The text was updated successfully, but these errors were encountered:
We need to add WebWorkers to the
Loader
service, to keep from blocking the entire client as we attempt to load some of our larger models.Googling around, it seems like much over 100 web workers can cause issues, so we might have to be careful about simply doing 1 web worker per model; it might instead make sense to have a pool of 'loader workers' that we just farm loading out to, until their done.
The text was updated successfully, but these errors were encountered: