vircadia / vircadia-web-sdk

Vircadia Web SDK - an SDK for the Vircadia platform that runs in your web browser.
Apache License 2.0
35 stars 29 forks source link

Move select functionality into Web workers #198

Open ctrlaltdavid opened 2 years ago

ctrlaltdavid commented 2 years ago

Candidates include:

Consider using https://www.npmjs.com/package/threads.

Be sure to use feature supported by all significant browsers: https://caniuse.com/?search=Web%20Worker

Web Workers should significantly help maintain audio quality in apps.

ctrlaltdavid commented 2 years ago

How many is a reasonable number for an app to have? If an app connects to more than 1 domain simultaneously, then does this multiply the number of Web Workers? Should Service Workers be used instead - e.g., to perhaps help address the browser tab sleeping problem.