bitwise logical and (v37)

Revision 37 of this benchmark created on


Setup

var o = {},
      a = [];

Test runner

Ready to run.

Testing in
TestOps/sec
bitwise
(false & o & a) === true
ready
logical
(false && o && a) === true
ready

Revisions

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