Change performance link in README.md to lodash.com benchmarks.

Former-commit-id: 5c851961fd1b8e46599c28967d782551722a03d4
This commit is contained in:
John-David Dalton
2012-05-30 04:03:14 -04:00
parent 548e9cac26
commit 1f7e37a1a3

View File

@@ -1,6 +1,6 @@
# Lo-Dash <sup>v0.2.2</sup>
A drop-in replacement for Underscore.js, from the devs behind [jsPerf.com](http://jsperf.com), that delivers [performance improvements](http://jsperf.com/lodash-underscore#filterby=family), [bug fixes](https://github.com/bestiejs/lodash#closed-underscorejs-issues), and [additional features](https://github.com/bestiejs/lodash#features).
A drop-in replacement for Underscore.js, from the devs behind [jsPerf.com](http://jsperf.com), that delivers [performance improvements](http://lodash.com/benchmarks), [bug fixes](https://github.com/bestiejs/lodash#closed-underscorejs-issues), and [additional features](https://github.com/bestiejs/lodash#features).
Lo-Dashs performance is gained by avoiding slower native methods, instead opting for simplified non-ES5 compliant methods optimized for common usage, and by leveraging function compilation to reduce the number of overall function calls.