Compare the new ES6 spread operator with the traditional slice() method
Object lookup performance
Array fill method vs for loop performance validation
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower
Finds out which performs better. Getting index according after satisfying requirement.
measures the speed of ramda's map vs Array's native map vs lodash map
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