Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Take last part from URL (Regex vs split)

No description provided

Comparing performance of native type comparation and Lodash

No description provided

my deep clone - lodash vs ramda vs json

No description provided

_.sortBy vs array.prototype.sort

No description provided

_.cloneDeep vs JSON Clone vs Ramda Clone

No description provided

Cashing length of array

No description provided

math max vs homemade

No description provided

Selectors or children

No description provided

Lodash.get vs Lodash.property vs native

No description provided

Lodash.get vs Lodash.property

No description provided

JavaScript spread operator vs Object.assign performance 2

No description provided

test spread in reduce

No description provided

spread vs mutation vs Object.assign for reduce callback (30)

No description provided

Lodash Uniq vs Javascript Set (lower iterations)

No description provided

uniq vs new Set

uniq vs new Set

Comparing performance of native .length and Lodash _.isEmpty

No description provided

Comparing performance of native some and Lodash _.some

Check if predicate returns truthy for any element with native .length and Lodash _.isEmpty.

inclues vs dot notation

No description provided

Lodash vs Ramda vs Underscore 1.9.0 vs native

No description provided

Underscore vs native

No description provided

Underscore vs Array functions

No description provided

lodash filter vs array.filter

No description provided

spread vs assign vs _.merge

No description provided

Ways of adding elements to an array

Compare ways of adding an array to another array

find vs findIndex (Array prototype methods)

Measuring which is faster