vizicities icon indicating copy to clipboard operation
vizicities copied to clipboard

Use importScripts() to load features JSON into Web Workers

Open robhawkes opened this issue 11 years ago • 0 comments

Currently, Web Workers are slow on load as feature JSON is passed between threads via postMessage(). Performance should be improved dramatically by loading the JSON within the worker using importScripts().

robhawkes avatar Feb 07 '14 22:02 robhawkes