Compare newer version of bignumer libraries.
Is DataView faster than directly bit twiddling?
This version avoids OOM errors
Number([num].toFixed(precision)) vs scaling + Math.round()
element.clientHeight + element.clientWidth vs window.getComputedStyle(element)
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
Create Your benchmarks
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide