+ 3
The answer everyone will probably tell you is "C/C++," which is not wrong, but even python and java are fast enough for games these days.
The real problem is not the language itself, but rather the algorithms and techniques you're using in your game. Sure, languages closer to the hardware will perform these faster but bad techniques on a fast language < pro techniques on a slower language