I follow the practice of always using a absolute comparison '===', but some learned colleagues have argued that this is an unnecessary waste of computation time on type-checking in situations where you're highly confident of a particular comparison type.
So my question is this; is there realistically any significant performance hit for always type-checking values during comparison?