Skip to content
Permalink
Browse files
speed: misc changes to the top comment
  • Loading branch information
flesler committed Jul 24, 2009
1 parent 6a85898 commit 0d389c0
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,7 +1,8 @@
<script type="text/javascript">
(function(){
// Conclusion: slice is a little faster except on Chrome
// clone() is slower on FF & IE but takes 50% on Safari & Chrome
// Conclusions:
// slice() is a little faster than concat() except on Chrome
// This clone() is slower on FF & IE but takes 50% on Safari & Chrome

var SIZE = 1e4,
LOOPS = 500;

0 comments on commit 0d389c0

Please sign in to comment.