Lookups

Benchmark created on


Setup

const testStr = 'UInt32';
const lookupTable = {'UInt8': true,'UInt16': true,'UInt32': true,'Int8': true,'Int16': true,'Int32': true};
const lookupSet = new Set(['UInt8','UInt16','UInt32','Int8','Int16','Int32']);

Test runner

Ready to run.

Testing in
TestOps/sec
lookupSet.has(testStr)
lookupSet.has(testStr)
ready
lookupTable[testStr]
lookupTable[testStr]
ready
parseInt(testStr.split('Int')[1]) > 32
parseInt(testStr.split('Int')[1]) > 32
ready

Revisions

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