Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

More about Parallel ForEach and Parallel For..

4 views
Skip to first unread message

Sky89

unread,
Aug 3, 2018, 7:38:13 PM8/3/18
to
Hello,,,


Read this:


More about Parallel ForEach and Parallel For..

I think i have made a mistake, because i think that this Parallel
ForEach and Parallel For are like futulities, because they don't bring
"enough" high level abstraction to consider them interesting,
because i think my Threadpool with priorities that scales very
well is capable of easily simulating Parallel ForEach with "priorities"
and ParallelFor with "priorities" that scale very well, so no need
to implement Parallel ForEach or Parallel For.


Here is my powerful Threadpool with priorities that scales very well,
read about it and download it from here:

https://sites.google.com/site/scalable68/an-efficient-threadpool-engine-with-priorities-that-scales-very-well


It is a very powerful Threadpool, because:

More precision about my efficient Threadpool that scales very well, my
Threadpool is much more scalable than the one of Microsoft, in the
workers side i am using scalable counting networks to distribute on the
many queues or stacks, so it is scalable on the workers side, on the
consumers side i am also using lock striping to be able to scale very
well, so it is scalable on those parts, on the other part that is work
stealing, i am using scalable counting networks, so globally it scales
very well, and since work stealing is "rare" so i think that my
efficient Threadpool that scales very well is really powerful, and it is
much more optimized and the scalable counting networks eliminate false
sharing, and it works with Windows and Linux.


Thank you,
Amine Moulay Ramdane.


0 new messages