diff --git a/README.markdown b/README.markdown index 4803eb9..7d623a3 100644 --- a/README.markdown +++ b/README.markdown @@ -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