Click here to Skip to main content
15,897,273 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
lopatir18-Dec-18 4:23
lopatir18-Dec-18 4:23 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
kalberts18-Dec-18 14:40
kalberts18-Dec-18 14:40 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
Dan Neely17-Dec-18 3:09
Dan Neely17-Dec-18 3:09 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
Mark_Wallace16-Dec-18 18:22
Mark_Wallace16-Dec-18 18:22 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
kalberts17-Dec-18 1:20
kalberts17-Dec-18 1:20 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
Ehsan Sajjad16-Dec-18 21:30
professionalEhsan Sajjad16-Dec-18 21:30 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
Rage16-Dec-18 21:34
professionalRage16-Dec-18 21:34 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
kalberts17-Dec-18 0:32
kalberts17-Dec-18 0:32 
I have been working with computers long enough to have seen an long series of placebos - some placebos so strong that they work even for people who don'b believe in them.

An old one is from the 386 days, when you had to add an '87 chip (and have a motherboard prepared for it) for floating point hardware: I knew lots of people claiming that the speed of compilation increased significantly after plugging in an '87. A compiler most certainly does not make use of floating point instructions!

A more recent one is when people "speed up" their PC by adding another 8 GB to double the RAM size to 16 GB: When I hear this (from a home user - professional use is different), I ask to see the resource use in the Resource Monitor, often to see that less than one fourth of it is actually in use. (And you know that "in use" certainly is no "active working set" - a page that was last addressed ten minutes ago and would take five milliseconds to fetch anew, even on a magnetic disc, is still counted as "in use".)

Well, SSD is certainly not a pure placebo: It significantly speeds up the startup of programs, especially those initially loading a lot of resources from a multitude of files (but less so for programs loading resources "lazily", on demand). First time you open, say, one of the MS Office applications, after having installed an SSD, you are in your right to exclaim: Wow!

That's where the placebo comes in: Because it starts up so fast, you have a distinct feeling that all subsequent functions are much faster as well. 99% of that is pure psychological. What is needed in memory, is in memory. Maybe a couple disk pages are read now, a few then. Even if there is a physical access, maybe 5 ms is shortened down to less than 1 ms - but remember that all modern magnetic disks have ample sized RAM caches nowadays, so even a megabyte write doesn't have to wait for the rotation or disk arm. The cache is used for prefetching reads as well, and do it quite successfully with NTFS as long as your disk is reasonably defragmented: A large fraction of reads done after program startup are sequential reads of the next block in file - and the block is found in the disk cache.

Many high-data-volume applications are also real time in nature: Even though your video player spins through a few megabytes a second when playing a high-def movie, the movie won't play faster from an SSD - and any magnetic disk of this millenium has plenty of speed to keep up. Also, those making applications handling huge data volumes (such as non-linear video editors) have their roots in an age when double buffering were required, and previews in resoultion limited to the actual winwow size was mandatory - even on a 386 with disks from the 1990s, non-linear video editing went fairly smoothly. Those techniques are still in place, even though the "need" for them dissapeared at least ten years ago, long before SSDs.

SSDs give a true speedup of first-time reads of huge amounts of disk data, such as starting up an application of several multi-megabyte DLLs. Some software buffer a huge amount of file writing until you have finished your work and exit to do something else - you don't have to wait for the writes to complete.

Third: If you regularly copy multi-gigabyte files between disks - but then, both source and destination disks must be SSD and internal; otherwise the interface will be a limiting factor (most certainly so with USB 2.x, but it goes for USB 3 as well). How often do you move multi-gigabyte files between you internal disks? (Within the same physical disk, it isi just a directory update that goes in a snap.) How often you you copy them to an external USB 3 disk?

Yet, these are cases where SSB can show a significant speedup. But (the fast program startup in particular) those special cases make people "have a feeeling of" everything going a lot faster, when in fact it is totally unaffected by the switch to SSD.
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
#realJSOP17-Dec-18 1:11
professional#realJSOP17-Dec-18 1:11 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
kalberts17-Dec-18 2:04
kalberts17-Dec-18 2:04 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
charlieg17-Dec-18 2:29
charlieg17-Dec-18 2:29 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
matblue2517-Dec-18 10:33
professionalmatblue2517-Dec-18 10:33 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
charlieg17-Dec-18 11:18
charlieg17-Dec-18 11:18 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
matblue2518-Dec-18 3:29
professionalmatblue2518-Dec-18 3:29 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
Nathan Minier17-Dec-18 2:33
professionalNathan Minier17-Dec-18 2:33 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
#realJSOP17-Dec-18 9:23
professional#realJSOP17-Dec-18 9:23 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
Nathan Minier18-Dec-18 2:28
professionalNathan Minier18-Dec-18 2:28 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
matblue2517-Dec-18 10:35
professionalmatblue2517-Dec-18 10:35 
GeneralRe: If you haven’t swapped your HDD for SSD, do it now. Pin
charlieg17-Dec-18 11:21
charlieg17-Dec-18 11:21 
General*Something* is dying...just not sure what (long) Pin
dandy7216-Dec-18 6:06
dandy7216-Dec-18 6:06 
GeneralRe: *Something* is dying...just not sure what (long) Pin
RickZeeland16-Dec-18 7:24
mveRickZeeland16-Dec-18 7:24 
GeneralRe: *Something* is dying...just not sure what (long) Pin
dandy7216-Dec-18 8:44
dandy7216-Dec-18 8:44 
GeneralRe: *Something* is dying...just not sure what (long) Pin
RickZeeland16-Dec-18 9:01
mveRickZeeland16-Dec-18 9:01 
GeneralRe: *Something* is dying...just not sure what (long) Pin
dandy7216-Dec-18 10:46
dandy7216-Dec-18 10:46 
GeneralRe: *Something* is dying...just not sure what (long) Pin
theoldfool16-Dec-18 8:29
professionaltheoldfool16-Dec-18 8:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   24 votes