Hacker News new | ask | show | jobs
by IceSentry 1061 days ago
There's rayon, which in my opinion makes writing multi threaded code even simpler than openmp. It's also nice that it doesn't rely on any compiler feature. It's just a library.
1 comments