[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

About my new algorithm

Ramine

12/5/2014 3:57:00 AM


Chriss M. Thomasson wrote about my new algorithm:

>Sorry, but you already lost to RCU. Big time. That atomic
>RMR and associated nasty memory barrier simply destroys
>performance when compared to RCU read-side overhead.
>I am not sure that you actually understand RCU fully.

Chriss M Thomasson, i think you don't understand correclty my new
algorithm , cause this "lock add" inside the RLock() of the reader side
is run only by the group of threads belonging to the same core, cause
RLock() called from the reader side belong to a distributed algorithm,
so it's very very cheap, it is why my new algorithm scales very well.



Thank you,
Amine Moulay Ramdane.

1 Answer

Ramine

12/5/2014 4:07:00 AM

0


Look inside the source code, RLock() called from the reader side
belong to the DRWLOCK library that is a distributed reader-writer
mutex, this is why it's very very cheap and this is why it scales
very very well...

Please look inside my algorithm's source code again to understand it
better by downloading it from:

https://sites.google.com/site/aminer68/scalable-distributed-seque...



Thank you,
Amine Moulay Ramdane.