lookup (no global lookup)
JavaScript performance comparison
Info
how much does scope lookup cost? and what about closure creation?
.. this time we're not querying value from global scope
Preparation code
<script>
var random = Math.random;
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
1 lookup |
|
pending… |
2 lookup |
|
pending… |
5 lookups |
|
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 WebReflection
- Revision 2: published
- Revision 3: published by Kyle Simpson
- Revision 4: published by WebReflection
- Revision 5: published by Mariusz Nowak
0 comments