one more concat push bench
JavaScript performance comparison
Preparation code
<script type="text/javascript">
var push = Array.prototype.push,
concat = Array.prototype.concat;
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
concat |
|
pending… |
push.apply |
|
pending… |
concat.apply |
|
pending… |
concat.call |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by Nikita Vasilyev
- Revision 2: published by vamp
0 comments