Reading from objects - Frozen vs Unfrozen (version: 5)
This compares the speed of accessing properties from a frozen object versus an unfrozen object. The example uses a simulated struct but one reason someone may use a frozen object is to use it like an enum and lock the amount of valid values.