Well I sorry to say that but I feel I must.
No language or compiler will make your application fast. It can add some points, but 99% of time it's programmer's job of tuning an application, being done by hours of profiling, measuring, tuning system settings and stuff.
It's awfully long way to come to the point where such matters would matter.
One have to ask such a question like yours only with having answers to other questions like these: what's causing your application to runs slow - database daemon? web-serer load? business logic? Same questions for hardware layer: is it memory limits ? CPU power? HDD transer rate? network latency? And thousands others. Without such a background no answer will do any good for you.
I'd say it's rather childish question, "which is fast". It's romantic and all that stuff. But in the real life, it's a pilot who is faster, not a vehicle.