Hello,
Read this:
About Parallel For..
I have just read the following webpage about the implementation of
Parallel For, here it is:
PARALLEL PROGRAMMING IN DELPHI PART I. PARALLEL FOR
https://vitaliburkov.wordpress.com/2011/10/15/parallel-programming-in-delphi/
And i think that Parallel For that is implemented in a library is not
efficient, because i think that Parallel For has to be implemented in
a sophisticated manner by the compiler, but i think that sophisticated
automatic parallelization by compilers has failed, so i think that i
will not implement a Parallel For.
Thank you,
Amine Moulay Ramdane.