Skip to content

Commit

Permalink
Merge pull request #14 from spicyj/patch-1
Browse files Browse the repository at this point in the history
Reword sentence in docs
  • Loading branch information
mbebenita committed Oct 9, 2012
2 parents 6f5a6e7 + 8f77396 commit b110a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h3>Contrived Allocation Benchmark</h3>
list nodes with the slow K&R malloc versus using native JavaScript objects. We list nodes with the slow K&R malloc versus using native JavaScript objects. We
allocate and free 250,000 structs of 40 bytes each and compare it against allocate and free 250,000 structs of 40 bytes each and compare it against
allocating 250,000 objects with 4 extra properties. The struct version is much allocating 250,000 objects with 4 extra properties. The struct version is much
more space efficient, and as we will see, is at least as good performing, if more space efficient, and as we will see, performs at leat as well, if
not better, than allocating objects.</p> not better, than allocating objects.</p>


<p>At the time of this writing, allocating structs is about as fast as <p>At the time of this writing, allocating structs is about as fast as
Expand Down

0 comments on commit b110a3d

Please sign in to comment.