[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

Fully scalable Parallel Varfiler

Ramine

11/2/2015 7:22:00 PM

Hello,


I have implemented a Fully scalable Parallel Varfiler that uses
a lightweight reader-writer mutex called MREW in a lock striping
manner, please read about it and download it from here:

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


The other one that i have implemented uses the scalable distributed
reader-writer mutex in a lock-striping manner, here is the other one:

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


Also i will invite you to download my multicores benchmark for my
scalable Parallel Varfiler, i have done a benchmark on a Quadcore on x86
and my scalable Parallel Varfiler has given a scalability of 4X,
here is the benchmark:

https://sites.google.com/site/aminer68/parallel-varfiler-...




Thank you,
Amine Moulay Ramdane.