|
|
|
|
|
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. |
|
It still takes many seconds to just start the program
Maybe the JRE is simply a pain to start ?