Source code

Revision control

Copy as Markdown

Other Tools

let m = new Map();
for (let i = 0; i < 100000; i++) {
m.set(i, i);
}