bit thingies (v3)

Revision 3 of this benchmark created on


Preparation HTML

<script>
  var x = 555.555;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
double squiggle
var y = ~~x;
ready
pipe
var y = x | 0;
ready
yawn
var y = Math.floor(x);
ready
Shift
var y = x >>> 0;
ready

Revisions

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