Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash vs es6 in filter method

No description provided

lodash vs es6 in find method

No description provided

Math.min vs if/else vs ternary operator

Quickest operation to return smaller of 2 numbers

DOM selectors vs localStorage/sessionStorage

No description provided

Ramda vs Vanilla

No description provided

optional chaining vs lodash get

No description provided

Lodash ceil vs Math.ceil

No description provided

event delegation (with parent identification) vs local handlers

No description provided

event delegation vs local handlers

No description provided

Slice vs Pop

No description provided

jquery vs select

test

Lodash.isEqual vs JSON.stringify Equality Comparison for Shallow Array of Strings when comparison is not equal.

Test on isEqual performance

Spread vs .concat()

No description provided

Iteration through array; of vs forEach

No description provided

Map JSON Comparison

No description provided

Ramda vs Reduce

Testing if Ramda brings some performance issues (extra loops)

Concatenation - comparing methods

No description provided

jQuery hasClass vs jQuery classList.contains

No description provided

json stringify vs array tostring2

No description provided

Math.random vs crypto.getRandom

No description provided

Performance of Object.values(obj) vs_.values() vs for-in to extract values from an object

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.

charCodeAt vs []

No description provided

Lodash partition VS native reduce

No description provided

uniqBy performance

lodash vs javascript

spread operator vs push test - correct

Compare the new ES6 spread operator with and push Comparing performance of spread operator vs Push

NEW BENCHMARK Your Benchmarks