based on http://cho45.stfuawsc.com/benchmark.html Fork ã㦠code ã¨ãã prefix ãæã£ãé¢æ°ãã°ãã¼ãã«ã«ããã¤ãå®ç¾©ããã ãã§ãã³ããã¼ã¯ãè¨ãã¾ãã jsdo.it ã 㨠HTML ããããã³ããã¼ã¯ã«ä¾¿å©ããããã¾ããã var obj = { foo : 1 }; var foo = "foo"; function code1 () { var i = 1000; while (i--) { obj.foo; } } function code2 () { var i = 1000; while (i--) { obj[foo]; } } //=================== function getParams() { var code = []; for (var key in window) if (w
{{#tags}}- {{label}}
{{/tags}}