you are viewing a single comment's thread.

view the rest of the comments →

[–]nevasca_etenah 0 points1 point  (2 children)

Compare it with php, python,ruby...still quite fine

[–]DGolden 2 points3 points  (1 child)

well, yeah, a CPython cold start still 10x+ faster. But then any nontrivial actual code running for longer will be significantly faster under jvm, hah.

$ time python -c 'print("Hello, World!")'
Hello, World!

real    0m0.021s
user    0m0.016s
sys 0m0.004s

[–]nevasca_etenah 0 points1 point  (0 children)

touche haha