Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
concatts2
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0
Browser:
Firefox 131
Operating system:
Linux
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
moder concat
181365584.0 Ops/sec
string concat
1766861952.0 Ops/sec
other
1747951104.0 Ops/sec
Script Preparation code:
CELL_X= 12 CELL_Y= 13
Tests:
moder concat
var cell_key = `${CELL_X}_${CELL_Y}`;
string concat
var cell_key = CELL_X + '_' + CELL_Y;
other
var cell_key = (CELL_X << 16) | CELL_Y;