Hacker News new | ask | show | jobs
by pca006132 945 days ago
Clang does support parallel stl already (requires either TBB or OpenMP). Our project https://github.com/elalish/manifold made use of this to speed up mesh processing algorithms a lot.
1 comments

Does it? You mean if you link against libstdc++ instead of libc++?
I remember it works for libc++ (partially, see https://libcxx.llvm.org/Status/PSTL.html), but forgot when I linked against libc++ last time...