Saturday, February 24, 2018

Digest for comp.programming.threads@googlegroups.com - 3 updates in 3 topics

computer45 <computer45@cyber.com>: Feb 24 01:29AM -0500

Hello...
 
Read this:
 
 
More precision about my efficient Threadpools that scale very well,
my Threadpools are much more scalable that 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 consumer side i am also using
lock striping to be able to scalable 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 they scales very well, and since work stealing is "rare"
so i think that my efficient Threadpools that scale very well
are really powerful, and they are much more optimized and the scalable
counting networks eliminate false sharing, and they work with Windows
and Linux
 
And i have updated the html tutorials inside the zip files, please read
them.
 
You can download them from:
 
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-that-scales-very-well
 
and from:
 
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-with-priorities-that-scales-very-well
 
 
Thank you,
Amine Moulay Ramdane.
computer45 <computer45@cyber.com>: Feb 24 12:28AM -0500

Hello...
 
Read this:
 
My C++ synchronization objects library was updated..
 
My C++ synchronization objects library contains the implementation
of my "inventions" that are my algorithms.
 
Now my scalable RWLocks using the scalable counting networks do
completely eliminate false sharing and they are much more optimized.
 
 
You can download my new C++ synchronization objects library from:
 
https://sites.google.com/site/aminer68/c-synchronization-objects-library
 
 
Thank youm
Amine Moulay Ramdane.
computer45 <computer45@cyber.com>: Feb 24 12:20AM -0500

Hello,
 
Read this:
 
My efficient Threadpool engine that scales very well version 3.2 is here..
 
And my efficient Threadpool engine with priorities that scales very well
version 3.2 is here
 
Now they are powerful and they are much more optimized and the scalable
counting networks eliminate false sharing, and they work with Windows
and Linux
 
And i have updated the html tutorials inside the zip files, please read
them.
 
You can download them from:
 
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-that-scales-very-well
 
and from:
 
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-with-priorities-that-scales-very-well
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: