Hello..
About Multi-channel memory architecture and my Parallel Sort Library..
On actual Intel and AMD processors data is moved from and to main memory
only in 64 bytes chunks, so in a 8 channels of a Multi-channel memory
architecture in a ganged mode, i think that the memory speed of
my Parallel Sort library in the mergesort mode will go to 8X speed,
and the scalability of my Parallel Sort Library in the mergesort mode
will go to around 12X. So i will advice you to use the ganged mode of
the Multi-channel memory architecture because it works great.
My Parallel Sort Library was updated to version 3.64
I have enhanced it more, and i think it is stable and fast
and it scales more.
You can download it from:
https://sites.google.com/site/scalable68/parallel-sort-library
Thank you,
Amine Moulay Ramdane.