It's a false dichotomy. Computers are fast. You should be able to write fast computer programs in any language.
The limiting factor on a program's performance should be the design of algorithms and data structures, not the programmer's choice of language or runtime.
The limiting factor on a program's performance should be the design of algorithms and data structures, not the programmer's choice of language or runtime.