16
edits
Changes
→OpenMP Threading - adding explanation to OpenMP example
OpenMP Thread - Counting to: 100000000 - Number of threads created: 16 | elapsed time: 17.9958 ms
</syntaxhighlight>
Comparison to the serial and C11 thread library equivalent of the code above, OpenMP shows a greater improvement over the other techniques. In addition, the performance increases as the number of thread increases by a significant amount in comparison to the C11 thread library method.
== References ==