Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array push optimization test

No description provided

Single vs multiple regex replace calls for trimming

No description provided

for of vs for loops 1k

No description provided

for of vs for loops 10k

No description provided

Set.toArray vs Spread

No description provided

toArray vs Spread

No description provided

getAttribute(…) vs. getAttributeNode(…).value

No description provided

set vs array mod

No description provided

Check Variants2

No description provided

Check Variants 2

No description provided

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