Skip to content

Commit

Permalink
performance note in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 25, 2012
1 parent e508692 commit da9bfc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ deep-equal

Node's `assert.deepEqual() algorithm` as a standalone module.

This module is around [5 times faster](https://gist.github.com/2790507)
than wrapping `assert.deepEqual()` in a `try/catch`.

[![build status](https://secure.travis-ci.org/substack/node-deep-equal.png)](http://travis-ci.org/substack/node-deep-equal)

example
Expand Down

0 comments on commit da9bfc9

Please sign in to comment.