DEV Community

Discussion on: Why Javascript of all languages?

 
seraphicrav profile image
Ravaka Razafimanantsoa • Edited

Ok cool. Let us stop there.

For those interested, here is a benchmark comparing the cold boot of serverless functions in different languages. It says, among many things, that Python starts faster than NodeJS which starts faster than Java.

Thread Thread
 
leoat12 profile image
Leonardo Teteo • Edited

My interest in serverless is one of the reasons I'm learning NodeJS, the cold start is incredibly smaller than Java. I think I read the article you linked or a similar one. Java ecosystem is too large to boot fast, I even think they are making a good job to boot as fast as it is booting right now. The hope right now is Java 9 modules.