Comment on The fastest object diff library in JavaScriptComments−throwaway4134yIs this a true deep diff utility? Didn’t check the code, but the readme makes no mention of depth capability beyond comparing to some other deep diffing libs.−nathcd4yYeah, it's just a single function that recurses. So the limit will be your VM's call stack limit.
Comments
Is this a true deep diff utility? Didn’t check the code, but the readme makes no mention of depth capability beyond comparing to some other deep diffing libs.
Yeah, it's just a single function that recurses. So the limit will be your VM's call stack limit.