speed: misc changes to the top comment
authorAriel Flesler <aflesler@gmail.com>
Fri, 24 Jul 2009 00:58:24 +0000 (00:58 +0000)
committerAriel Flesler <aflesler@gmail.com>
Fri, 24 Jul 2009 00:58:24 +0000 (00:58 +0000)
speed/slice.vs.concat.html

index c061e07..949c5f9 100644 (file)
@@ -1,7 +1,8 @@
 <script type="text/javascript">
 (function(){
 <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;
 
        var SIZE = 1e4,
                LOOPS = 500;