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
What feature or change would you like to see made?
I am using @cornerstonejs/core and have noticed that it relies on the detect-gpu package. However, by default, detect-gpu loads the benchmarks.json file from the unpkg CDN, which is extremely slow in our network environment. I would like to be able to specify the benchmarksURL during initialization to use an alternative loading method more suitable for our network environment.
Why should we prioritize this feature?
I would like to provide a benchmarksURL to @cornerstonejs/core as an alternative to the default unpkg CDN loading mechanism. This will enable us to load detect-gpu resources more quickly within our network environment.
The text was updated successfully, but these errors were encountered:
What feature or change would you like to see made?
I am using @cornerstonejs/core and have noticed that it relies on the
detect-gpu
package. However, by default, detect-gpu loads the benchmarks.json file from the unpkg CDN, which is extremely slow in our network environment. I would like to be able to specify the benchmarksURL during initialization to use an alternative loading method more suitable for our network environment.Why should we prioritize this feature?
I would like to provide a benchmarksURL to @cornerstonejs/core as an alternative to the default unpkg CDN loading mechanism. This will enable us to load detect-gpu resources more quickly within our network environment.
The text was updated successfully, but these errors were encountered: