Hood wrote:Hi,
is that 64b architecture neccassary, what is an advantage? 32bit seems to be enough to host chess program. Programs are not so big to need 64b addrress space.
The reason might be Java which is memory consuming when garbage collector is sleeping

but good written C program ....
Rgds Hood
As for me 64-bit architecture is better ( certainly).
Why ?
putting data in 32-bit processing is slower than 64-bit processing.
Certain application are of capable that. ( 64 bit application.)
I do not see any fully operable 64 bit software except chess, primavera.etc.
Even you can say these programs will not be capable of using 64-bit *2 ( 128 bit ).
You can imagine it as .
You have 32 lane(bit) for transportation.\
& now you have 64 lane ( bit) for transportation.
Now compare between these two, which will process faster.
I am not saying double but processing speed is up to 25 % to 45 %
depending on the software you are running.