Hacker News new | ask | show | jobs
by snovv_crash 826 days ago
#pragma omp parallel for

gets you 90% of the potential performance of a full multithreaded producer/consumer setup in C++. C++ isn't as scary as it used to be.