unadlib / mutative

Efficient immutable updates, 2-6x faster than naive handcrafted reducer, and more than 10x faster than Immer.
http://mutative.js.org/
MIT License
1.53k stars 16 forks source link

Enhancing the performance of shallow copying for class instances #30

Closed unadlib closed 5 months ago

unadlib commented 5 months ago

Mutative and Immer both draft class instances. Despite Mutative's speed advantage over Immer, it still has considerable scope for enhancing performance in shallow copying of class instances.

unadlib commented 5 months ago

Strict shallow copying will lead to further performance improvements.