Initial compilation is usually slow. That's a known trade off as the compiler will compile every dependency and then make all the static linking. Usually once first compilation is done, if you recompile on small iterations of modifications it shouldn't be very slow.
Any case : slow at compiling but hell of fast at runtime