There are multiple way to parallelize : * Use a library that already supports it, like Arraymancer * Use `||` which is the openmp operator * Use a thread pool library like <https://github.com/araq/Malebolgia> or <https://github.com/status-im/nim-taskpools>
- Novice parallelization question hc
- Novice parallelization question Clonk