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
The gl-native implementation relies on transferring references to immutable objects across threads. Unfortunately, we don't have that option in JS -- we can only copy JSON or move ArrayBuffers. For icons and glyphs, that means copying image and glyph data from the main thread to the worker. Might be expensive. :(
SharedArrayBuffer is a possible future solution, but it'll be a while before support is widespread.
Port mapbox/mapbox-gl-native#9213 / mapbox/mapbox-gl-native#9355.
The text was updated successfully, but these errors were encountered: