This is a longer-form article about how I built JavaScript's fastest “deep clone” function.

Last time when I talked about implementing “deep equal”, I ended by basically telling readers to draw the rest of the owl.

This time let's get in the weeds.




tl;dr


The implementation we'll be talking about today is:



10-50x faster than...