Hace 7 años | Por Scipion a 2ality.com
Publicado hace 7 años por Scipion a 2ality.com

The ECMAScript proposal “Shared memory and atomics” by Lars T. Hansen has reached stage 4 this week and will be part of ECMAScript 2017. JavaScript started as being executed in a single thread. Web workers brought task parallelism to JavaScript.

What’s next? For low-level parallelism, the direction is quite clear: support SIMD and GPUs as well as possible.