I\'m currently considering the use of Reflection classes (ReflectionClass and ReflectionMethod mainly) in my own MVC web framework, because I need to automatically instancia
In my case reflection it is only 230% slower than calling class method directly, which as fast as call_user_func function.