ABSTRACT

For the data treatment process, the main goal is to offload as much computation as possible to the GPU. Sometimes this can be done in one pass; sometimes we need more passes. Sometimes it is not practical to achieve this on the GPU, so in that case we can solve many performance issues by using typed arrays in JavaScript. These examples cover both situations.