Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
Chrome 96
Linux
Desktop
2 years ago
Test name Executions per second
includes 5598.8 Ops/sec
lookup 9488280.0 Ops/sec
Script Preparation code:
AخA
 
var a = [];
for (var i = 0; i < 100000; i++) {
    a.push(i);
}
var b = new Set(a)
Tests:
  • includes

     
    return a.includes(99999)
  • lookup

     
    return b.has(99999)