Hacker News new | ask | show | jobs
by int_19h 752 days ago
That is indeed the case, but at the same time, even early Java (back when it was still a bytecode interpreter without JIT) was considerably faster than Python is today. Python is kinda slow by design - just look at the descriptor protocol for an example.
1 comments

Running a java is still slow as hell, in 2024

It still takes many seconds to just start the program

Maybe the JRE is simply a pain to start ?

It has a lot of upfront costs, but that is separate from "hot" performance once everything is loaded.