HackerTrans
トップ新着トレンドコメント過去質問紹介求人

y0y

no profile record

コメント

y0y
·7 年前·議論
Ah, I'm confusing its availability with Shenandoah and zgc.

Unfortunately, the last time I used IntelliiJ it came with its own JDK8. Is that still the case, I wonder?
y0y
·7 年前·議論
The new breed of garbage collectors may change this significantly for the better. They need to be explicitly enabled, but there is a GC (G1) that may be better suited for desktop applications (low latency pauses, relinquishes memory to the OS more frequently while idle, etc.) available in Java 11.
y0y
·7 年前·議論
Scala was the only language that I gave up and used an IDE for several years ago due to the nature of implicits.

The language server protocol has been a game-changer, though. Now I'm back to 100% terminal and couldn't be happier.