Comment on Speed up your eclipse as a super fast IDEComments−hackermom15yFrom what I can tell, this only speeds up Eclipse' ridiculous start-up time, or am I wrong? This doe~freeze~sn't me~freeze~an that the IDE it~freeze~self will bec~freeze~ome smooth.−nl15yTurn off autobuild.I find it's much smoother, and Ctrl-S (save), Ctrl-B (build) isn't too much of an overhead over just doing Ctrl-S.Also, put your code on a SSD.−vrotaru15yIf it speeds class loading and reduces GC times it should freeze less, as well
Comments
From what I can tell, this only speeds up Eclipse' ridiculous start-up time, or am I wrong? This doe~freeze~sn't me~freeze~an that the IDE it~freeze~self will bec~freeze~ome smooth.
Turn off autobuild.
I find it's much smoother, and Ctrl-S (save), Ctrl-B (build) isn't too much of an overhead over just doing Ctrl-S.
Also, put your code on a SSD.
If it speeds class loading and reduces GC times it should freeze less, as well