Thread
Stories related to "HPX v1.11.0: The C++ Standards Library for Parallelism and Concurrency" across the full archive.
Hello Hacker News.<p>I’m Martin, a graduate student from Prague, and I’ve been working on Coros, a C++ library for task-based parallelism.<p>After spending some time with OpenMP and oneTBB, I wanted to try building a library using modern features from the C++ standard library. I’ve used coroutines f...
I was tired of having to write the same basic primitive over and over again: A channel, some control logic, etc.<p>So I wrote toil -- A port of two of my favorite Python functions over into the Go world. It's <i>very</i> simple. There's optimizations to be made for sure, but this is the re...