bit thingies (v2)

Revision 2 of this benchmark created on


Preparation HTML

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

Test runner

Ready to run.

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

Revisions

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