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

My new algorithm that looks like RCU is here

13 views
Skip to first unread message

Ramine

unread,
May 9, 2016, 12:35:58 PM5/9/16
to
Hello........


My new algorithm that looks like RCU is here, it doesn't use
any atomic operations and/or StoreLoad style memory barriers
on the reader side, and it is finally implemented, you can download it
from here:

https://sites.google.com/site/aminer68/scalable-distributed-reader-writer-mutex


It is not the version 1 based on Dmitry Vyukov ,
but it is the version 2 that is own algorithm,
look at my version 2 algorithm implementation inside
DRWLOCK.pas source code.



Thank you,
Amine Moulay Ramdane.

Ramine

unread,
May 9, 2016, 12:42:06 PM5/9/16
to
On 5/9/2016 12:36 PM, Ramine wrote:
> Hello........
>
>
> My new algorithm that looks like RCU is here, it doesn't use
> any atomic operations and/or StoreLoad style memory barriers
> on the reader side, and it is finally implemented, you can download it
> from here:
>
> https://sites.google.com/site/aminer68/scalable-distributed-reader-writer-mutex
>
>
>
> It is not the version 1 based on Dmitry Vyukov ,
> but it is the version 2 that is own algorithm,

I mean: but it is the version 2 that is my own algorithm.

Ramine

unread,
May 9, 2016, 1:34:36 PM5/9/16
to

Hello....

To compile test1.pas example that uses my powerful Scalable Asymmetric
Distributed Reader-Writer Mutex, please uncomment define option
"version1" inside defines1.inc and comment the define option
"version2" inside defines1.inc
0 new messages