Page MenuHomePhorge

tight_loop_proto.js
No OneTemporary

Size
220 B
Referenced Files
None
Subscribers
None

tight_loop_proto.js

function Foo() {}
Foo.prototype.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

Mime Type
text/plain
Expires
Wed, Jun 17, 1:29 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
524661
Default Alt Text
tight_loop_proto.js (220 B)

Event Timeline