[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

About my scalable AMLock...

Ramine

8/28/2015 9:09:00 PM

Hello,


If you look at my scalable array based lock called AMLock here:

https://sites.google.com/site/aminer68/scala...


You will notice it works accross processes and threads, even more than
that , the number of threads can go beyond the size of the array and
that also very interesting, even more i have benchmarked
it and i have noticed that it's much faster than scalable node based
locks such us CLH and MCS and my scalable MLock.


If you want to port my algorithm to C++ or C# or Java , please do it.


Thank you,
Amine Moulay Ramdane.