Hacker News new | ask | show | jobs
by nickpsecurity 2966 days ago
On the parallelism side, it might bring ideas to look at languages attempting it so far. IBM's X10, Cray's Chapel, and Taft's ParaSail come to mind.
1 comments

You don't even need to get that exotic. OpenGL shaders, for instance, offer a simple, safe data parallelism model.
I don't know much about those. Thanks for the tip!