Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Join vs stringify

No description provided

testasdfasdf

No description provided

Object.assign vs _.defaultsDeep

No description provided

isEqual vs stringify returns false

No description provided

isEqual vs stringify

No description provided

Includes vs some2

No description provided

Includes vs forEach

No description provided

replace all performance javascript

No description provided

replaceAll native vs regex replace

No description provided

if vs ternary operators zzz

No description provided

While vs Find vs FindIndex

No description provided

Push vs Spread operator 1234

No description provided

Array Concat vs (Push + Spread) vs Spread

No description provided

Logical vs Math Minus in sort return (number value)

No description provided

Array.from vs Array.map vs native for loop

No description provided

Number.toLocaleString vs Intl.NumberFormat

No description provided

Ramda vs. Lodash updated again

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.

Ramda vs. Lodash updated

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.

Spread Splice vs Spread Push (with object IDs)

No description provided

Spread Splice vs Spread Push

No description provided

lodash vs own capitalize function

No description provided

Map has vs get

No description provided

Some benchmark

No description provided

New NumberFormat vs ExistingNumberFormat

No description provided

.join vs string builder vs string concatenation

No description provided