speed: misc changes to the top comment

1.7/enhancement_8685
Ariel Flesler 2009-07-24 00:58:24 +00:00
parent 6a85898d13
commit 0d389c066a
1 changed files with 3 additions and 2 deletions

View File

@ -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;