Hello..
Scalable FIFO queues for Linux are here, the Linux version compiles with
FreePascal, and the Windows version compiles with Delphi and FreePascal.
Scalable FIFO queues version 1.01 is here..
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.