Add links to relevant sections in the description.

Former-commit-id: da9e65fadae73792cfb2ec885318bc073d4468c3
This commit is contained in:
John-David Dalton
2012-05-22 13:10:43 -04:00
parent 3994c7fc2b
commit 5c48abff4b

View File

@@ -1,6 +1,6 @@
# Lo-Dash <sup>v0.2.0</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, and additional features.
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).
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.