Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And for those of us who write C++ there's always Intel's Threading Building Blocks. (Not sure if any other language has something equal in power and convenience.)


I've written Weave for the Nim programming language:

- https://github.com/mratsim/weave

- RFC that describes the goals: https://github.com/nim-lang/RFCs/issues/160


Would openmp fit in with how you use TBB? In the past I have used them to solve similar problems.


TBB is based on the use of nested threads. We rely on much of what TBB has to offer, which includes concurrent containers and flowgraphs. Here's a nice overview by Mike Voss of what makes TBB different from OpenMP and C++ standard threading: https://software.intel.com/content/www/us/en/develop/article....




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: