Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lastIndexOf vs negativeSlice

No description provided

JavaScript array copy via spread op vs slice

JavaScript array copy via spread operator vs slice

array.join(',') vs `${array}`

array.join(',') vs `${array}`

array.toString vs `${array}`

array.toString vs `${array}`

str.match vs str.Split - for ip - 2

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

str.match vs str.Split - for ip

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

Some vs. Includes

No description provided

Array split vs string substring substring

No description provided

Push vs Map - repeats

No description provided

Test Math.max vs ||

No description provided

Array.prototype.concat vs unshift for joining two arrays

No description provided

map vs splice test

No description provided

is lodash cloneDeep the BEST object deep cloner ? what about native structuredClone function ?

No description provided

Random Name 1

No description provided

jvn-test fork of Object.hasOwnProperty vs Object in vs Object[] vs Array.indexOf vs Array.includes

No description provided

topkek

No description provided

[#1] Spread vs Array.filter.call

No description provided

remeda vs lodash vs ramda

No description provided

Lodash Pick vs Native destructuring vs Manual Picks vs Delete Props

Compare _.pick vs native destructuring vs manual picks

Spread operator vs array.map

A comparison of the performance of the spread operator, [ ...array ], vs. Array.map(i => ...) and

array indexOf vs includes vs some vs binary search on large array - end of list - no logging

performance comparison of ways to find if an array contains a value

array indexOf vs includes vs some vs binary search on large array - end of list

performance comparison of ways to find if an array contains a value

Set vs Object vs Map add +access

No description provided

array indexOf vs includes vs some vs binary search on large array

performance comparison of ways to find if an array contains a value

Set vs Object vs Map access

No description provided