by Johnny_Bit » July 3rd, 2007, 4:22 am
no, it wouldn't.
Vista is just a useless slow-downer of everything.
Amount of ram is important when your prog uses a lot of data (enough to exceed available ram).
You know, depending on what your prog does and on what kind of data it processes and also from where it reads it and writes it sped can dramatically change. Also very important is quality of code, used algorithms and so on...
Tell you what, I once wrote an app in delphi to help me deal with my data ( about 500x (from 10 to 15) files) and it did it's job nicely, in just about 10 minutes every little thing done. Then I moved to linux and I wanted to try something else, so I used PHP in CLI, at that point data grew pretty good ( instead of 500 it was now 900), prog was way shorter and needed only 5 minutes to get al the work done. Now I rewrited it again, using my whole knowledge about optimization and so on, code grew a little, but prog does his work in less than a half a minute on 1200 x (10 to 16) files... So... you know there's no way of telling how you could speed up your prog without knowing it.
Thou shalt write the code, not connect the bricks.