[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

A very fast concurrent FIFO Queue version 1.2

aminer

5/18/2014 9:18:00 PM



Hello,

I have changed and enhanced my algorithm of a very fast concurrent FIFO
queue and it's not scoring better than my previous algorithm,
here is my new algorithm:

http://pages.videotron.com/aminer/C...


And you can download my very concurrent FIFO queue version 1.2 from:

https://sites.google.com/site/aminer68/concurrent-fi...



Thank you,
Amine Moulay Ramdane.


1 Answer

aminer

5/18/2014 9:22:00 PM

0


Hello,

And of course my algorithm is 100% starvation-free.



Thank you,
Amine Moulay Ramdane.

On 5/18/2014 2:18 PM, aminer wrote:
>
>
> Hello,
>
> I have changed and enhanced my algorithm of a very fast concurrent FIFO
> queue and it's not scoring better than my previous algorithm,
> here is my new algorithm:
>
> http://pages.videotron.com/aminer/C...
>
>
> And you can download my very concurrent FIFO queue version 1.2 from:
>
> https://sites.google.com/site/aminer68/concurrent-fi...
>
>
>
> Thank you,
> Amine Moulay Ramdane.
>
>