Compare loop performance
performance comparison of ways to find if an array contains a value
!= vs !== vs >= vs <=
title pretty much tells it
Compare Lodash's isEqual with a loop and a set for comparing two large, identical arrays.
Create Your benchmarks
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide