Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrekandre
475 days ago
what is the better approach?
1 comments
Sparkyte
475 days ago
You don't, there are equal trade offs. JIT might use more memory because of what it does at the runtime, but it is also the exact reason it is faster to start. A good trade off is just using the type of languages best suited for the workload.
link