Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array concat vs spread operator vs push new

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

spread vs spread push vs concat vs push.apply

No description provided

Lodash omit vs Native delete - Ankur 2

No description provided

Lodash omit vs Native delete - Ankur

No description provided

getElementById vs querySelector nested

No description provided

Spread vs JSON stringify

Spread vs JSON stringify

array iteration vs _.each vs map vs for..of vs for loop

No description provided

Object Destruct vs Object.assign

No description provided

difference vs native

No description provided

slice vs substr vs substring vs index

Compares slice, substr and substring to each other when there is only a start index

Filter by Ramda.prop() vs native js

No description provided

Lodash cloneDeep vs JSON Clone xl

No description provided

char index vs charAt() vs slice() with Object

Compare methods for testing string's beggining character.

char index vs charAt() for non-zero index

Compare methods for testing string's beggining character.

char index vs charAt()

Compare methods for testing string's beggining character.

for let

No description provided

Lodash omit vs Native delete vs Native destruct - Mantz

No description provided

ES6 spread operator vs Array.concat

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

querySelector vs. getElementById

No description provided

Reduce and Spread vs. Foreach and Mutate (fewer, but larger, objects)

No description provided

Reduce and Spread vs. Foreach and Mutate

No description provided

Lodash get vs deconstruction

No description provided

lodash get vs native js

No description provided

Lodash fp v4 flow vs Native

No description provided

Array.prototype.concat vs spread operator vs push OPT

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