Closed nijuyr closed 4 years ago
Thanks @nijuyr , we will review this in early January and hopefully land this and then get a new dstore release live that includes this update.
This enhancement was made in #227. Thank you for your work on this @nijuyr!
Closes #183
This PR improves the performance of putSync by
splice
operation on array when the index of the updated object is not changed. (most of simple object update viaputSync
does not change index)Performance - Updating 10000 objects with
putSync
takes ~15ms