Hi!

It is said that there is a speed penalty when using RTTI. How big is it, and does this mean that most c++ programmers don't use it?

And is the penalty spread threw the whole program, at algorithms and part of the program not using polymorphic classes?

/pir