Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4501205
tight_loop_func.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
233 B
Referenced Files
None
Subscribers
None
tight_loop_func.js
View Options
function
Foo
()
{
return
{
lookup
:
function
(
key
)
{
return
key
;
}
};
}
const
foo
=
new
Foo
();
for
(
let
i
=
0
;
i
<
40000
;
i
=
i
+
1
)
{
foo
.
lookup
(
'a'
);
foo
.
lookup
(
'b'
);
foo
.
lookup
(
'c'
);
}
console
.
log
(
'Done!'
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:39 AM (3 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
524574
Default Alt Text
tight_loop_func.js (233 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment