Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

jQuery vs Vanilla JavaScript

jQuery vs Vanilla JavaScript

Lodash cloneDeep VS spread operator VS Object.assign

No description provided

.endsWith vs .includes

No description provided

Get FullYear from moment vs Date

Check which of moment vs Date API is fastest

Lodash get vs. es6 fallback values

No description provided

includes or some

there is no description

Lodash CloneDeep vs Immer Produce realworld

No description provided

loadash vs set eg2

test

loadash vs set eg1

No description provided

loadash vs set

No description provided

Object.keys/Object.values/Object.entries

We could use each of those methods to access a property value. In circumstances where we don't need both the key and the value. Which of those is faster however?

Array.includes vs String compare v2

Matching a string against more than one possibility.

null prototype hasProperty

No description provided

document.body vs document.querySelector on element

No description provided

Lodash merge vs native spread and assign

No description provided

Lodash merge vs native spread

No description provided

Last item in array slice/0 vs length - 1 vs slice/pop vs slice/shift

No description provided

F&S JS test code

No description provided

Optional Chaining versus _.get lodash and with array

No description provided

js lowercase vs uppercase

No description provided

Object.fromEntries w/Array.map vs Array.reduce

Comparison where Array.map is first needed to map the values to key/value array pairs.

Object.fromEntries vs reduce 2.1

No description provided

Regex OR vs. Multiple Regex Expressions 4

No description provided

Ramda mergeRight vs object destructuring

No description provided

Lodash uniqBy vs Map destructuring

Lodash uniqBy vs [...new Map()]