Y
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
coffeeaddict1
945 days ago
Does it? You mean if you link against libstdc++ instead of libc++?
link
pca006132
945 days ago
I remember it works for libc++ (partially, see
https://libcxx.llvm.org/Status/PSTL.html
), but forgot when I linked against libc++ last time...
link