Most of the time, performance is more a factor of system architecture and choice of algorithms/data structures - and less about the language you're using.
Unless you're doing very CPU intensive computations where every millisecond counts, the difference between most languages won't be that great in the big picture.
Unless you're doing very CPU intensive computations where every millisecond counts, the difference between most languages won't be that great in the big picture.