Intel’s Parallel Extensions for JavaScript
ajaxian.com
Intel’s Parallel Extensions for JavaScript
1–4 of 4 posts
Re: Intel’s Parallel Extensions for JavaScript
#2This sounds like a major potential development if it gains traction. And just when I thought I should learn Erlang because Javascript (and therefore Node.js) can't fully take advantage of multi-core processors.
Re: Intel’s Parallel Extensions for JavaScript
#3This sounds like a major potential development if it gains traction. And just when I thought I should learn Erlang because Javascript (and therefore Node.js) can't fully take advantage of multi-core processors.
Sure it can! Instead of threads, you use processes. Instead of shared state, you use message passing.
Re: Intel’s Parallel Extensions for JavaScript
#4Brendan Eich presented this on jsconf.eu
And he was pretty excited by this.