git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a85898
)
speed: misc changes to the top comment
author
Ariel Flesler
<aflesler@gmail.com>
Fri, 24 Jul 2009 00:58:24 +0000
(
00:58
+0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Fri, 24 Jul 2009 00:58:24 +0000
(
00:58
+0000)
speed/slice.vs.concat.html
patch
|
blob
|
history
diff --git
a/speed/slice.vs.concat.html
b/speed/slice.vs.concat.html
index
c061e07
..
949c5f9
100644
(file)
--- a/
speed/slice.vs.concat.html
+++ b/
speed/slice.vs.concat.html
@@
-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;