loam
loam copied to clipboard
Use transferrable objects for data transfer
Using transferList
in Worker.postMessage()
will reduce memory usage and probably boost performance somewhat by allowing large byte arrays (which we deal with a lot) to be transferred between the worker and the main thread rather than copied.
https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage