Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Underscore _.sortBy() vs Vanilla .sort() vs Vanilla CUSTOM sort method vs Vanille .sort() using localeCompare

No description provided

Switch vs Object Literal v2

No description provided

_.filter vs array filter (underscore)

No description provided

if loop vs while + switch/case loop vs function + switch/case loop

No description provided

axios vs node-fetchv2.6.7

No description provided

Array fill method vs for loop vs map

Array fill method vs for loop performance validation

Array.from vs Spread on querySelectorAll

No description provided

Lodash.js get vs Native custom function

No description provided

JS if/!if vs if/else testing

Benchmark of the speed difference between using multiple IF statements and an open-ended IF/ELSE

Array.prototype.slice vs spread operator vs Object.values (new rev)

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

JS if/!if vs if/else

Benchmark of the speed difference between using multiple IF statements and an open-ended IF/ELSE IF.

querySelectorAll data attribute (without value) vs class name

No description provided

Map vs Object creation 3

Lookup of map vs object

set.add vs array.push vs map.set

No description provided

Object key access vs array index access

Tests the speed of accessing an item by object key vs array index.

_.isEmpty vs Object.keys.length vs getOwnPropertyNames vs isEmpty

No description provided

eval vs Function vs lodash.template v4

No description provided

JS: append vs appendChild multiple elements

No description provided

Map vs Object creation 2

Lookup of map vs object

regex speed testing 4

No description provided

map vs ifelse vs switch test

No description provided

Lodash cloneDee

No description provided

Remove duplicate values from an array of objects

No description provided

JSON vs JS v2

No description provided

multiple map iterations

No description provided