• Robert Knight's avatar
    Avoid traversing object tree in `immutable` if already frozen · bcabf15f
    Robert Knight authored
    This makes store updates faster in debug builds when a lot of data is
    loaded into the client. In this case most sub-trees in the store are
    already frozen after an update (since they are objects from the previous
    state) and only the new parts need to be frozen.
    bcabf15f
immutable.js 752 Bytes