|
|
|
|
|
by sitkack
4570 days ago
|
|
The js app performance will be a "solved" problem in 4 years. * WebCL will be widely deployed, better penetration than current WebGL * Web workers will be able to share typed arrays by reference (see Mozilla's Transferable Objects) * Other vectorization libraries will be available (Rivertrail) http://blog.aventine.se/post/16318162396/simd
http://www.khronos.org/webcl/
https://github.com/RiverTrail/RiverTrail
|
|
I do agree that Transferable Objects will be a tremendous boon, and should address all the shared memory thread complaints elsewhere in these comments.
I had forgotten about RiverTrail. Very cool project, but is it even still in active development? Commits seemed to have trailed off.