Benchmark name When Created
forEach vs for of 7 one year ago
flatMap vs reduce with spread vs reduce with push vs for of one year ago
flatMap vs reduce with spread vs reduce with push one year ago
flatMap vs reduce vs reduce with push one year ago
regex vs string comparison test one year ago
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.

one year ago
Lodash isEqual compare with custom deepEqual in compare objects 1

Test on isEqual performance

one year ago
Lodash sort vs array.prototype.toSorted one year ago
string to Uint8Array #5

copy bytes ascii string to Uint8Array

one year ago
for-of vs forEach (a) one year ago
testeachone

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

one year ago
[find char positions] reg.exec vs for-indexOf one year ago
[find char positions] reg.exec vs for-loop vs for-indexOf one year ago
Date toISOString one year ago
undefined comparison one year ago
pick by substring key and concatenate one year ago
pick by substring key fixed one year ago
pick by substring key one year ago
javascript loops over string one year ago
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

one year ago
Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) reduce sum one year ago
Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) sum in for of loop one year ago
Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) one year ago
Math.pow(x,0.5) vs Math.sqrt(x) vs ** 0.5 one year ago
Spread vs Push4 one year ago

 Create Your benchmarks