logoalt Hacker News

Capricorn2481today at 2:00 AM1 replyview on HN

> and builds just as fast

Source? I'm not saying you're lying but I have never seen any Java project build as fast as Go


Replies

prontoday at 2:20 AM

Use javac directly, in a recent JDK, to compile lots of files at once (i.e. one invocation of javac to compile multiple files) and you'll see. The speed is over 100,000 lines/sec: https://mill-build.org/blog/1-java-compile.html

show 1 reply