Hacker News new | ask | show | jobs
by Etzos 3405 days ago
From what I can see the C version is using OpenMP and uses all of the available CPU cores.
2 comments

Is the C version optimized? Could you conclude that parallelism in rust is faster/ better than C + openMP in this case considering rust is to replace C++ and is safe at least in this submission?
Yeah I see that now. Missed that; my mistake.