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,