Run results for: Reading from objects - Frozen vs Unfrozen
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.