Can I ask you what you're comparing with?
I can compare with C++, Scala and Go.
The first two are horrible in that department when compared with C. Go's compiles are blazingly fast.
"Total build time after make clean is about 1min, give or take 10secs. `touch include/linux/version.h` is 6 seconds to rebuild. Just doing a rebuild without touching anything is 2.7secs.
For a defconfig, it does build a godawful amount of modules :^)
You've probably never tried compiling the linux kernel back in the late 90s with a top of the line machine (hint - gcc was slow, it would take over 35 minutes or so to compile from scratch) ;)
Can I ask you what you're comparing with? I can compare with C++, Scala and Go. The first two are horrible in that department when compared with C. Go's compiles are blazingly fast.