Lines of code is probably not a big influence on compilation speed for such a small program.
I don't think you can really speak of a 'standard compilation speed'. From your link: better-files compiles almost twice as fast as vector.scala, but has slightly less lines of code.
2 comments
[ 3.0 ms ] story [ 16.3 ms ] threadYour Rust example compiles at about 180loc/s.
I don't think you can really speak of a 'standard compilation speed'. From your link: better-files compiles almost twice as fast as vector.scala, but has slightly less lines of code.