Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Firefox 62
Windows 7
Desktop
5 years ago
Test name Executions per second
SMALL Array.includes(myValue) 35631020.0 Ops/sec
SMALL myValue in Array 124153200.0 Ops/sec
LARGE BEGINNING - Array.includes(myValue) 31968910.0 Ops/sec
LARGE BEGINNING - myValue in Array 105784800.0 Ops/sec
LARGE END- Array.includes(myValue) 107832.3 Ops/sec
LARGE END- myValue in Array 124373500.0 Ops/sec
lodash Large END 128387.6 Ops/sec
HTML Preparation code:
Script Preparation code:
Tests:
  • [].includes small

  • [].includes large beginning

  • [].ncludes large end

  • _.includes large end

  • indexOf smallArray

  • indexOf largeArray beginning

  • indexOf largeArray end