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

My Scalable FIFO queues are here..

15 views
Skip to first unread message

amin...@gmail.com

unread,
Oct 30, 2017, 7:37:21 PM10/30/17
to
Hello....


My Scalable FIFO queues are here..

This is Scalable FIFO queues version 1.0, this is the windows version, the Linux version and C++ version are coming..

Author: Amine Moulay Ramdane

Description:

Those are two scalable FIFO queues, one is bounded and the other unbounded, they use a distributed technic over many FIFO queues and they use scalable counting networks so that to be scalable, you can test them on NUMA systems to notice that they are truly scalable.

And counting networks are truly scalable and are a special type of balancer networks which count.

Look at my port to Delphi and FreePascal of scalable counting networks here:

https://sites.google.com/site/aminer68/scalable-counting-networks-for-delphi-and-freepascal

You can download my Scalable FIFO queues from:

https://sites.google.com/site/aminer68/scalable-fifo-queues


- Platform: Windows and Linux(x86)

Required FPC switches: -O3 -Sd -dFPC -dFreePascal

-Sd for delphi mode....

Required Delphi switches: -$H+ -DDelphi

For Delphi XE-XE7 use the -DXE switch

{$DEFINE CPU32} and {$DEFINE Windows32} for 32 bit systems

{$DEFINE CPU64} and {$DEFINE Windows64} for 64 bit systems


Thank you,
Amine Moulay Ramdane.

amin...@gmail.com

unread,
Oct 30, 2017, 7:51:55 PM10/30/17
to
Hello,

You have to pass the number of queues to the constructor so that to scale.


Thank you,
Amine Moulay Ramdane.

0 new messages