Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

setprototype

No description provided

boolean() vs != null

No description provided

removeChild vs no removeChild

No description provided

Measure iterations3

No description provided

Measure iterations2

No description provided

Measure iterations1

No description provided

Measure iterations

No description provided

Vanilla JS VS JQuery DOM perfomance - UPDATE

Vanilla JS VS JQuery DOM perfomance

Measure Iterator overhead

No description provided

Lodash orderBy vs array.prototype.sort vs vanila orderBy

No description provided

6 properties - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute 2

No description provided

map lodash vs natvie

No description provided

DOM Parser vs insertAdjacentHTML simple

No description provided

DOM Parser vs insertAdjacentHTML v2

No description provided

DOM Parser vs insertAdjacentHTML

No description provided

Insert html

No description provided

slice vs subarray vs ArrayBuffer copy

No description provided

Seedrandom browser

No description provided

get unique entries from two arrays

No description provided

lodash uniq vs set (aidan)

No description provided

For loop vs Regex & Reduce

No description provided

Math.max() vs Array.reduce(Math.max)

Compare speed of Math.max() vs Array.reduce(Math.max).

Finding the max value of a property in an array of objects

No description provided

Clone and append to beginning of array

Compare the new toSpliced() method, the slice() + unshift() method and the spread operator in cloning and appending an element to the beginning of an array.

Clone and append to array

Compare the new toSpliced() method, the slice() method and the spread operator in cloning and appending an element to array.