Measure the fastest way to add new object into a collection of objects
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower
Compare loop performance
flatMap vs filter map
Compare the new ES6 spread operator with the traditional concat() method and push
JSON.parse VS string.split
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