node-deep-equal
node-deep-equal copied to clipboard
Remove faulty performance comment
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.