Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
64 bit 1
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Browser:
Chrome 126
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
64
17122.1 Ops/sec
32
17091.5 Ops/sec
Script Preparation code:
var x1 = new BigUint64Array(1000); var x2 = new Uint32Array(1000);
Tests:
64
let i = 1000; while (i) { i--; x1[i] |= x1[i] & 10n; }
32
let i = 1000; while (i) { i--; x2[i] |= x2[i] & 10; }