inspect-js / node-deep-equal

node's assert.deepEqual algorithm
MIT License
778 stars 109 forks source link

Remove faulty performance comment #76

Closed BridgeAR closed 1 year ago

BridgeAR commented 4 years ago

This removes the comment about the performance part (see https://gist.github.com/substack/2790507#gistcomment-3100007).

Instead, recommend to use util.isDeepStrictEqual(), if possible.