Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Fixed: Performance of uniqueBy using new Map or reducing to an object, also comparing for..in and Object.values for extracting values - More3

Compare performance between the native Object.values(obj) function vs the lodash _.values() option and a function that extracts the values of an object using a for...in loop.

Big Sample Set: Performance of uniqueBy using new Map or reducing to an object, also comparing for..in and Object.values for extracting values

Compare performance between the native Object.values(obj) function vs the lodash _.values() option and a function that extracts the values of an object using a for...in loop.

Array filter vs Set delete

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Shallow Array of Strings. test

Test on isEqual performance

Object.assign vs spread opertator vs lodash assignIn

No description provided

Array filter vs. for loop (fixed)2

No description provided

cloneDeep VS spread vs stringify

No description provided

Reverse array / reverse vs map

No description provided

JavaScript spread operator with dirty object

No description provided

native-slice-vs-chunk

No description provided

Array.prototype.slice vs spread operator for number only array

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

cloneDeep VS spread all around fixed

No description provided

cloneDeep VS spread all around

No description provided

array concat w/ spread operator vs push

No description provided

JSONification perf

No description provided

new Date vs Date Parse

No description provided

test bench isequal vs json 1

Test on isEqual performance

Array.prototype.filter vs Lodash vs underscore

No description provided

Traverse function vs NodeIterator vs TreeWalker - with TEXT and ELEMENT

Let's compare the speed of 3 different ways to traverse the DOM.

Lodash.get vs Property dot notation bmt

No description provided

fix Array loop vs for of loop vs foreach vs map

No description provided

Date.now() vs +new Date()

No description provided

Generator apply vs sync apply

No description provided

Array loop for() vs for(in) vs foreach

Compare for(index), for(in) and forEach()

dissoc & dissoc2

No description provided