Skip to content

Commit

Permalink
[readme] remove performance comment and highlight robustness instead
Browse files Browse the repository at this point in the history
Closes #76. Fixes #106.
  • Loading branch information
ljharb committed Oct 20, 2023
1 parent 2f0c327 commit b78de76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# deep-equal <sup>[![Version Badge][2]][1]</sup>

Node's `assert.deepEqual() algorithm` as a standalone module.
Node's `assert.deepEqual() algorithm` as a standalone module, that also works in browser environments.

This module is around [46 times faster](https://gist.github.com/substack/2790507#gistcomment-3099862) than wrapping `assert.deepEqual()` in a `try/catch`.
It mirrors the robustness of node's own `assert.deepEqual` and is robust against later builtin modification.

[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
Expand Down

0 comments on commit b78de76

Please sign in to comment.