Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

if-else vs switch test

No description provided

Spread vs object.assing vs forEach 2

No description provided

UUID lib vs Crypto.RamdonUID

No description provided

Spread vs object.assing vs forEach

No description provided

JS: append vs prepend vs insertBefore vs appendChild vs insertAdjacentElement in a populated table

The similar tests I found here "test" adding one single node to another singe node. Those tests are quite useless for real world situations. The use case here is that the rows array is sorted (not included) and then the table is restructured accordingly.

Object spread vs no spread

No description provided

JavaScript spread operator vs Object.fromentries performance

No description provided

const vs let vs var 42

No description provided

Map vs For Loop vs For of vs For of entries

No description provided

Array concat vs spread operator vs push 100k v5

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

Array concat vs spread operator vs push 100k v2

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

Array concat vs spread operator vs push 100k

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

Javascript uniqueBy key vs Javascript uniqueBy stringify

No description provided

lodash uniq() vs spread new Set()

No description provided

Lodash uniqBy vs Javascript uniqBy with key

No description provided

lodash groupBy vs Array.reduce 100k with gey generation 2

No description provided

Selective sorting with splice() & unshift() vs sort()

No description provided

JSON parse nested vs flat with big data

No description provided

JSON parse nested vs flat

No description provided

splice vs shift 3

No description provided

splice vs shift 2

No description provided

shallow copy of 6M elements array

No description provided

Methods to remove duplicates from array x2

No description provided

Comparing lodash's times with Array.from

No description provided

path functions + reduce

No description provided