Test the speed and memory usage using 3 different techniques for constructing class objects.
Proviamoci
test
Filter vs For loop vs Set vs Reduce
Compare loop performance
<!DOCTYPE html> <html lang="en"> <body> <script type="module" src="scripts.js" ></script> <script src="http://lodash.com/"> </script> </body> </html>
Create Your benchmarks
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net