Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

forEach vs for of 7

No description provided

flatMap vs reduce with spread vs reduce with push vs for of

No description provided

flatMap vs reduce with spread vs reduce with push

No description provided

flatMap vs reduce vs reduce with push

No description provided

Some vs. Every vs Includes

Check if NOT some members of an array equal a value vs. checking if all values in an array aren't equal to a value.

Lodash isEqual compare with custom deepEqual in compare objects 1

Test on isEqual performance

Lodash sort vs array.prototype.toSorted

No description provided

string to Uint8Array #5

copy bytes ascii string to Uint8Array

for-of vs forEach (a)

No description provided

testeachone

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

[find char positions] reg.exec vs for-indexOf

No description provided

[find char positions] reg.exec vs for-loop vs for-indexOf

No description provided

Date toISOString

No description provided

undefined comparison

No description provided

pick by substring key and concatenate

No description provided

pick by substring key fixed

No description provided

javascript loops over string

No description provided

slice vs substr vs substring (with no end index) big string

Compares slice, substr and substring to each other when there is only a start index

Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) reduce sum

No description provided

Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) sum in for of loop

No description provided

Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5)

No description provided

Math.pow(x,0.5) vs Math.sqrt(x) vs ** 0.5

No description provided

Spread vs Push4

No description provided

Spread vs Push3

No description provided

R.pathOr vs optional chaining

No description provided

NEW BENCHMARK Your Benchmarks