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.