Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 22, 2014
1 parent ce1914f commit b18bc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ lazyAss(typeof foo === 'object', 'expected', foo, 'to be an object');

* Passing an object reference to a function is about
[2000-3000 times faster](http://jsperf.com/object-json-stringify)
that serializing an object and passing it as a string.
than serializing an object and passing it as a string.
* Concatenating 2 strings before passing to a function is about
[30% slower](http://jsperf.com/string-concat-vs-pass-string-reference)
than passing 2 separate strings to a function.
than passing 2 separate strings.

## Install

Expand Down

0 comments on commit b18bc9e

Please sign in to comment.