webgl-worker icon indicating copy to clipboard operation
webgl-worker copied to clipboard

Optimize

Open kripken opened this issue 11 years ago • 0 comments

We should use typed array transfer, but it means transferring the ArrayBuffer + the type.

Another option is to merge arrays and copy/transfer one big one, perhaps including the command indexes too, to avoid any use of JS arrays.

kripken avatar Jul 02 '14 18:07 kripken