Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

JS find vs indexOf 3

JS find vs indexOf

JS find vs indexOf 2

JS find vs indexOf

lodash uniq vs set vs uniqSort

No description provided

Lodash vs Javascript benchmarks DrewM4

No description provided

for vs for in vs for of vs forEach

No description provided

string.replace with regex: presaved const vs inline

No description provided

remove lastChild vs replaceWith

No description provided

classnames vs classcat 2

No description provided

remove firstChild vs remove lastChild

No description provided

single append vs multiple appendChild

No description provided

addEventListener('resize') + innerWidth VS matchMedia() + matchMedia.addEventListener('change')

This benchmark compares using `addEventListener('resize')` with window.innerWidth versus window.matchMedia with it's`addEventListener()` function to see which is faster.

apply VS call 2

No description provided

apply VS call

apply VS call

.length vs cached length for loop

No description provided

Spread vs Push -

No description provided

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

Test on isEqual performance

Object cloning with Lodash clone vs cloneDeep vs merge vs ES6 object spread vs ES6 Object.assign vs Clones vs clone true

No description provided

Ramda vs. Lodash v2

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

noop vs conditional execution (fixed)

Is it faster to run a noop (no-op, no op) function in javascript or is it faster to check if a function exist before calling it? let's find out!

noop vs conditional execution

Is it faster to run a noop (no-op, no op) function in javascript or is it faster to check if a function exist before calling it? let's find out!

Selectors Js

No description provided

Ramda.prop() vs native js

No description provided

TEST FLDNJFLNDLFNDLNFDNFLDS

TEST FLDNJFLNDLFNDLNFDNFLDS

New Array Object vs New Array Literal

No description provided

Lodash "uniqWith" "unionBy" "uniqBy" 6 Custom

No description provided