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

More about my scalable SeqlockX algorithm

2 views
Skip to first unread message

Ramine

unread,
Mar 6, 2015, 8:45:06 PM3/6/15
to

Hello,


I think my new scalable SeqlockX algorithm is the right tool
to use if you want to replace scalable RWLocks or to replace
Dmitry Vyukov's distributed reader-writer mutex, it can even replace
RCU, it has good characteristics: since it doesns't "livelock" the
readers when there is more writers, and since it is extremely fast
and since it is more scalable than Dmitry Vyukov's distributed
reader-writer mutex on more and more cores, so i think you have to port
it to C++ and Java and C# also.

As you have noticed, currently , I have implemented my algorithm for
Delphi and FreePascal compilers...


You can download my scalable SeqlockX and read about the algorithm from:

https://sites.google.com/site/aminer68/scalable-seqlockx




Thank you for your time.

0 new messages