Arithmetic with BigInt vs Number.
const n1 = 1000000;
const n2 = 2000000;
const b1 = 1000000n;
const b2 = 2000000n;Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| Number math | | ready |
| BigInt math | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.