|
|
|
|
|
by kaba0
603 days ago
|
|
The actual compilation step is 100% not the bottleneck - it can go as fast as 10k-50k lines per second! (According to the Mill benchmark, but that’s the Mill-independent part). Comparatively, Go does “only” 16k lines per second based on some HN comments. |
|
But anyway, you may be right. I just ran mvn install for the second time with no source change on my current project. It took 57 seconds.