SSD and programming
Posted
by Simon Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Simon Johnson
Published on 2009-02-01T00:32:20Z
Indexed on
2010/04/07
3:43 UTC
Read the original article
Hit count: 413
ssd
|Productivity
I'm trying to put together a business case for getting every developer in our company an Intel SSD drive.
The main codebase contains roughly 400,000 lines of code. My theory is that since the code is scattered about in maybe 1500 files, an SSD drive would be substantially faster for compiles. The logic being that many small reads really punishes the seak-time bottle-neck of a traditional hard-drive.
Am I right? Is SSD worth the money in productivity gains by reducing the edit/compile cycle time?
© Stack Overflow or respective owner