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

My Scalable FIFO queues version 1.02 are here..

0 views
Skip to first unread message

Intelli2

unread,
Nov 6, 2017, 11:29:07 AM11/6/17
to
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.
0 new messages