JavaScript
2 meneos
8 clics

ES proposal: Memoria compartida y Atomics [ENG]

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.

| etiquetas: ecmascript , shared memory , memoria compartida , proposal

menéame