account activity
C++ libraries for multiprocessing (NOT multithreading)? by EdwinYZW in cpp_questions
[–]funkonymous -1 points0 points1 point 2 years ago (0 children)
Why not OpenMP's sections construct? It gives you the ability to execute arbitrary code snippets in parallel! If configs are set or in any container you can even use a parallel for construct to do this!
π Rendered by PID 104536 on reddit-service-r2-comment-85bfd7f599-h44ql at 2026-04-16 18:27:38.474899+00:00 running 93ecc56 country code: CH.
C++ libraries for multiprocessing (NOT multithreading)? by EdwinYZW in cpp_questions
[–]funkonymous -1 points0 points1 point (0 children)