bitshift vs power (v3)

Revision 3 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
<<
const maxShift = (1n << 256000n) - 1n;
ready
**
const maxPower = (2n ** 256000n) - 1n;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.