Tuesday, November 7, 2017

Digest for comp.programming.threads@googlegroups.com - 1 update in 1 topic

Intelli2 <intelli2@mama.com>: Nov 06 11:29AM -0500

Hello..
 
My Scalable FIFO queues version 1.02 are here..
 
I have cleaned more the source code, and i have documented the
parameters of the constructor, here they are:
 
Here is the parameters of the constructor:
 
First parameter is: You have to pass the number of queues to the
constructor so that to scale.
 
Second parameter is: The queue size of each queue, that must be a power
of 2, it is now at 14, that means 2^14=16384.
 
Third parameter is: The scalable counting networks width, that must be a
power of 2, it is now at 10 , that means 2^10=1024.
 
Fourth parameter is: The size of the scalable array based lock, it's now
at 1024.
 
You can download my scalable FIFO queues version 1.02 from:
 
https://sites.google.com/site/aminer68/scalable-fifo-queues
 
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: