How I built JavaScript’s fastest “deep equals” function
This is a short article about how I built JavaScript’s fastest “deep equals” function. Before we get into the how, let’s first make sure we’re on the same page about the problem we’re trying to solve. What we mean when we say 2 things are the same An equivalence relation, or “deep equals” in the…