🦞🌯 Lobster Roll

Thread

HPX v1.11.0: The C++ Standards Library for Parallelism and Concurrency (github.com)

Stories related to "HPX v1.11.0: The C++ Standards Library for Parallelism and Concurrency" across the full archive.

HPX v1.11.0: The C++ Standards Library for Parallelism and Concurrency (github.com)
Show HN: Coros – A Modern C++ Library for Task Parallelism (github.com)
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...
Show HN: Toil, a go library for simple parallelism (github.com)
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&#x27;s <i>very</i> simple. There&#x27;s optimizations to be made for sure, but this is the re...