hex vs array for position information

Benchmark created on


Setup

N = 10000000
function ignore(){}

Test runner

Ready to run.

Testing in
TestOps/sec
with array
ignore([1,2,3])
ready
with hex
ignore(0x999)
ready

Revisions

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