Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lololo

No description provided

Finding the length of a number5

No description provided

getSvgPathFromPoints

No description provided

String format vs chain concat

No description provided

delete vs lodash.omit

Compares delete operation with lodash "omit" function

lookup table vs switch

No description provided

comparision

summa

summaaaa

summa

fight to the death - for loop vs chained RR (1000,000)

No description provided

fight to the death - for loop vs chained RR3 (100000)

No description provided

fight to the death - for loop vs chained RR2 (100000)

No description provided

Lodash sort vs array.prototype.sort with local compare

No description provided

Set vs Object vs Map a4vw343v43

No description provided

_____SAdsadas

No description provided

Lodash max vs Math.max 1.17.5

No description provided

JavaScript spread operator vs Object.assign performance, non destructive with only one object

No description provided

push vs index vs concat js

check whether array push, array[array.length] = x or str+= x is faster o

Array.prototype.concat vs spread operator (jquery removed)

Compare the new ES6 spread operator with the traditional concat() method

Lodash sortby vs array spread sort

No description provided

Array filtering performance

No description provided

body vs querySelector

No description provided

array.splice vs array.length

No description provided

Array.filter + Array.map vs Array.reduce

Faster way for filter and transform array object

Lodash "uniqWith" "unionBy" "uniqBy" (100)

No description provided

multiple querySelector vs new variable

double querySelector vs extra variable