Manage Todos in a list - compare performance of Array vs Linked List.
Compare loop performance
Various fixes for floating point issues
Compare the new ES6 spread operator with the traditional slice() method
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower
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