• 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
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...