Browse the latest JavaScript performance benchmarks created by the community.
You don't need to make add for loops in your test scenarios, the benchmark does it itself.
No description provided
Swap an DOM element with replaceWith() and compare with the .outerHTML method of replacing its content instead. replaceWith() - Pretty one-liner - Breaks element attributes, inline style and scrollHeight/scrollWidth (fully re-render element) .outerHTML - Keeps attributes, inline style and scrollHeight/scrollWidth (partially re-render element) - Breaks previous element references, "hacky" looking and sometimes perceptible (element may flash for a split second)
No description provided
A performance comparison of leading Javascript Markdown implementations.
No description provided
No description provided
Based on question on http://stackoverflow.com/questions/1232040/how-do-i-empty-an-array-in-javascript
Comparing performance of: Native vs Native + toFixed vs big.js vs bignumber.js vs break_infinity.js
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Compare the new ES6 spread operator with the traditional concat() method
No description provided
No description provided
No description provided
Comparing performance of: Map lookup vs Obj lookup
No description provided
No description provided
No description provided
No description provided