Browse the latest JavaScript performance benchmarks created by the community.
No description provided
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map
No description provided
Math.hypot vs Math.sqrt
No description provided
Is typeof or isArray faster for detecting if something is an array or strings or a single string
No description provided
Testing a linked list queue vs a double list queue vs Queue with Map for different performance scenarios.
No description provided
No description provided
No description provided
How to better null-check
Test performance between using document.createElement(), document.createHTMLDocument(), DOMParser(), and building up a DOM tree with .appendChild()
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
This benchmark is a fork of a different one. This time, using a different way to iterate childs for display:none. I was worried the original benchmark was not being fair.
No description provided
No description provided
No description provided
Constructing a Function() by passing args into the constructor or generated method
No description provided