Run results for: update: lodash.isEqual vs fast-deep-equal vs deepEqual implementation vs claude generated update to fast-deep-equal
Stress testing all functions with large workloads. Since all but lodash.isEqual fall into infinite loops when encountering cyclical objects, and these functions encounter stack overflow with very deeply nested objects, those cases have been omitted.
Note: this benchmark test outputs the collection of test failures to the developer console for additional correctness comparison.