[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

Abput my new SeqlockX algorithm

Ramine

3/7/2015 4:06:00 AM


Hello,



My new SeqlockX algorithm has elminated a weakness of the classical
Seqlock algorithm: it has completly eliminated the "livelock" when there
is more writers.


This was my improvement over the scalable Seqlock classical algorithm.


I have just benchmarked my new scalable SeqlockX algorithm , and i have
noticed that it's much more scalable and much faster than the Dmitry
Vyukov's distributed reader-writer mutex.



Thank you,
Amine Moulay Ramdane.
1 Answer

Ramine

3/7/2015 4:19:00 AM

0

On 3/6/2015 8:06 PM, Ramine wrote:
>
> Hello,
>
>
>
> My new SeqlockX algorithm has elminated a weakness of the classical
> Seqlock algorithm: it has completly eliminated the "livelock" when there


I mean it has completly eliminated the livelock of the readers when
there is many writers...



> is more writers.
>
>
> This was my improvement over the scalable Seqlock classical algorithm.
>
>
> I have just benchmarked my new scalable SeqlockX algorithm , and i have
> noticed that it's much more scalable and much faster than the Dmitry
> Vyukov's distributed reader-writer mutex.
>
>
>
> Thank you,
> Amine Moulay Ramdane.