Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
power of two vs shift left then unsigned shift right
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0
Browser:
Firefox 140
Operating system:
Linux
Device Platform:
Desktop
Date tested:
one year ago
shift left then unsigned shift right
1106.9M/s
power of two
1102.3M/s
View exact numbers
Test name
Executions per second
✓
shift left then unsigned shift right
1,106,873,984 Ops/sec
power of two
1,102,299,904 Ops/sec
Tests:
power of two
return 2**31
shift left then unsigned shift right
return 1<<31>>>0