https://ahmedbouchefra.com
performance comparison of ways to find if an array contains a value
Benchmark unsuccessful array find against iterating using for..in. In my case this is interesting because I'm having a sorted array and know that I'm not going to successful after a certain element value is reached
test
Compare the new ES6 spread operator with the traditional concat() method and push
temp
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