Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Symbol bullshit
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Android 11; Mobile; rv:133.0) Gecko/133.0 Firefox/133.0
Browser:
Firefox Mobile 133
Operating system:
Android
Device Platform:
Mobile
Date tested:
one year ago
Test name
Executions per second
symbol
1.2 Ops/sec
just a stringy
30.5 Ops/sec
object
30.7 Ops/sec
Tests:
symbol
for(let i=0;i<1_000_000;i++){ Symbol.for(`molsh${i}`); }
just a stringy
for(let i=0;i<1_000_000;i++){ `molsh${i}`; }
object
for(let i=0;i<1_000_000;i++){ {$ref: `molsh${i}`}; }