Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

trdyfuge564rdftuystredyfu

No description provided

Array.prototype.concat vs spread operator11

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

Array loop vs foreach vs map, by objects

compares Array loop vs foreach vs map, not with primitives

Object.assign vs spread vs jQuery.extend vs property assignment

No description provided

Sort Comparator IF statements vs OR (||) assignment

No description provided

isEmpty from lodash

No description provided

Optional Chaining versus _.get lodash (with obj in the optional chain test)

No description provided

interpolation vs concatenation

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for nested object

Test on isEqual performance

JQuery 1.11.1 vs 2.1.4 vs 3.3.1

SImple benchmark of jQuery versions

create_UUID.

No description provided

create_UUID

No description provided

Object Assign, Object Spread, new Instance

No description provided

testing js

No description provided

Dict vs. Map vs. Array

Large dictionary - how worse is it from array with direct reference? And how does Map perform?

Preinitialized array size vs Push operations to an empty one.

No description provided

Angular Copy vs Lodash Copy vs Object assign

compare object copy

spread vs slice vs splice

No description provided

JavaScript spread operator vs Object.assign performance new object

No description provided

Lodash isEqual vs Join223

Lodash isEqual vs Join

Lodash isEqual test333wer

Test on isEqual performance333wer

For x for in x for of x forEach

No description provided

client width vs matchmedia

who is faster?

closest

No description provided

Array.prototype.concat vs spread operator vs push (no jQuery)

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