Can SSD boost the speed of Cygwin?

0

Anyone knows if installing a SSD drive can speed up Cygwin in Windows?

Cygwin is essential to my daily work and for some reason I cannot switch to Linux. But the slowness of Cygwin really bugs me. I'm wondering if I should invest a SSD to gain productivity.

For example, compiling a LaTeX file is very slow compared to the speed under Linux. Starting ipython is noticeable slow too, similar to R and octave prompts. Updating plugins in vim using vim-plug is slow, etc, etc.

John Chain

Posted 2015-01-13T18:19:31.507

Reputation: 109

in what way is Cygwin slow? You say you cant switch to Linux, what about a Linux VM? – Keltari – 2015-01-13T18:24:31.727

Answers

0

While a SSD will increase the overall speed of you machine, will it increase the speed of Cygwin? Probably. Reading from and writing to the disk will be much faster. This means compiling your LaTex files will be faster. How much? Hard to say.

IMO, a SSD is a good investment if you want to increase speed on any disk related activity.

Keltari

Posted 2015-01-13T18:19:31.507

Reputation: 57 019