kgorking/ecs

Switch to OpenMP?

kgorking opened this issue · 1 comments

GCC and Clang still haven't implemented the parallel std, even though it has been 6 years since it was standardized. OpenMP can also run on GPU's, so that's a fun little bonus as well.

Nope, using OpenMP would require a complete rewrite to support, which I already have planned elsewhere using just std::thread. Canned.