Which equals operator (== vs ===) is faster?
Is there a performance benefit to replacing == with ===?
3 years ago
User agent:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
Test name |
Executions per second |
test equality |
14238.6 Ops/sec |
test strict equality |
14510.7 Ops/sec |
Tests:
-
test equality
-
test strict equality
Open this result on MeasureThat.net