Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Oct 9, 2012
1 parent b110a3d commit 57fef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number 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
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
more space efficient, and as we will see, performs at leat as well, if
more space efficient, and as we will see, performs at least as well, if
not better, than allocating objects.</p>

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

0 comments on commit 57fef1a

Please sign in to comment.