Comment on The fastest object diff library in JavaScriptparentComments−nathcd4yYeah, it's just a single function that recurses. So the limit will be your VM's call stack limit.
Comments
Yeah, it's just a single function that recurses. So the limit will be your VM's call stack limit.