Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Check Variants

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for json objects

Test on isEqual performance

Array extension techniques 3

Like https://www.measurethat.net/Benchmarks/Show/7699/0/array-concat-vs-spread-vs-push-spread-loop-apply but uses more batches of a larger size each

test array.includes vs set.has 2

No description provided

Destructuring function argument

destructure an object into a function.

Array from Set vs setToArray (from lodash)

No description provided

Array from Set vs lodash setToArray

No description provided

lodash pick vs native using reduce

No description provided

createElement vs cloneNode w/ 3 children

Faster way to create new dom elements before insertion

array math.max vs for loop using object

compare finding the maximum value with math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, & finally a basic foor loop using length caching

Array extension techniques 2

Like https://www.measurethat.net/Benchmarks/Show/7699/0/array-concat-vs-spread-vs-push-spread-loop-apply but uses more batches of a larger size each

Array extension techniques

Like https://www.measurethat.net/Benchmarks/Show/7699/0/array-concat-vs-spread-vs-push-spread-loop-apply but uses more batches of a larger size each

init on demand vs at the beginning

No description provided

Property vs getAttribute

No description provided

Lodash sortBy vs Array.prototype.toSorted

No description provided

Number vs + vs parseFloat V2123123

No description provided

Number() vs parseFloat()

No description provided

new Date from string vs new Date from number timestamp

No description provided

desctructuring array keys vs access via index

No description provided

desctructuring object keys vs access via dot

No description provided

Splice vs Unshift (at least addition last elements 2)

No description provided

Splice vs Unshift (at least addition of last elements)

No description provided

int vs str map key perf set and get 1

No description provided

int vs str map key perf set and get

No description provided

ImmutableJS: toArray vs toJS vs map + push

No description provided