Re: what kind of computer for programmer ?



On Mon, 27 Jun 2005 06:08:09 -0500, Johan \MrDutchy\ van den
Broek wrote
(in article <d9omqq$7uf$1@xxxxxxxxxxxxxxxxxxxxxxxxxxx>):

>> * Speed of the disk the compile is done on (a ramdisk is best for fast
>> compiles)
>
> Thats a nice idea, does anyone know of a trustable and free tool for
> windows (xp) i could use?

Add more memory to your machine instead, it serves almost the
same purpose, but pays off in everything you do, instead of just
compiles. Same goes for hard drives. If you have a slow
hard drive, it's hurting everything you do. A SATA RAID 0
layout across a few small (less expensive) drives for doing I/O
intensive tasks would be quite nice.

With a ramdisk, you still have to copy everything into it, then
back out, etc. The file system buffer cache does almost as well
with a lot of RAM.

.



Relevant Pages

  • Re: what kind of computer for programmer ?
    ... >>> compiles) ... Same goes for hard drives. ... The file system buffer cache does almost as well ... overall a ramdisk was faster. ...
    (comp.programming)
  • Re: what kind of computer for programmer ?
    ... projects small enough to fit easily ... No modern PC has a ramdisk = sizeof. ... and a very good storage subsystem are the better ... Parallel compiles are useful either way. ...
    (comp.programming)
  • Re: what kind of computer for programmer ?
    ... Johan "MrDutchy" van den Broek wrote: compiles) ... Thats a nice idea, does anyone know of a trustable and free tool for windows i could use? ...
    (comp.programming)
  • Re: why is there an error?
    ... > its now a meaningless piece of code in Blah but it compiles fine. ... > Thats why I wanted the OP to post code that actually showed the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Composite Classes
    ... >Thats obviously it, it all compiles now! ... As a general rule when something compiles but throws up a link error ...
    (alt.comp.lang.learn.c-cpp)