Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash isNil vs ! Operator

No description provided

creating date

create date

Intl.Collator.compare() vs localeCompare() - natural sort order

localeCompare is an abstraction of Intl.Collator, thus they can accept the same options. This test shows that using Intl.Collator is quicker for multiple comparisons.

lodash isUndefined vs typeof === undefined (take 3)

No description provided

for vs foreach vs some vs for..of vs for..in-jer

Compare loop performance

String() vs .toString() vs `${true}`

No description provided

String() vs .toString() vs `${string}`

No description provided

Map vs Object set value

No description provided

lodash merge vs deepmerge MR

No description provided

Test UUID

No description provided

JS Regex vs .startsWith vs .indexOf vs endsWith vs charAt vs index[0]

fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr

classList toggle false vs. classList remove

No description provided

Date.now() vs new Date().toISOString()

No description provided

merge vs mergeWith vs object.assign vs spread12

No description provided

mergeWith vs object.assign vs spread12

No description provided

merge vs object.assign vs spread12

No description provided

merge vs object.assign vs spread1

No description provided

merge vs object.assign vs spread

No description provided

RegEx.test vs. String.includes vs. String.match vs String == vs String ===

No description provided

Data normalization

No description provided

Map vs Object Assignment

Assignment test in map vs object

Reduce vs Regex v2

No description provided

apply vs call vs bind vs spread vs call+spread vs bind+spread recreate

No description provided

test 100k obj check

No description provided

Lodash cloneDeep vs JSON stringify vs structuredClone

No description provided