Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
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
Benchmark engine:
Benchmark.js
object
31/s
just a stringy
31/s
symbol
1/s
View exact numbers
Test name
Executions per second
✓
object
31 Ops/sec
just a stringy
31 Ops/sec
symbol
1 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}`}; }