Benchmark name When Created
flatMap vs reduce with spread vs reduce with push 6 months ago
flatMap vs reduce vs reduce with push 6 months ago
regex vs string comparison test 6 months 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.

6 months ago
Lodash isEqual compare with custom deepEqual in compare objects 1

Test on isEqual performance

6 months ago
Lodash sort vs array.prototype.toSorted 6 months ago
string to Uint8Array #5

copy bytes ascii string to Uint8Array

6 months ago
for-of vs forEach (a) 6 months ago
testeachone

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

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

6 months ago
Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) reduce sum 6 months ago
Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) sum in for of loop 6 months ago
Math.pow(x,0.5) vs Math.sqrt(x) vs (x ** 0.5) 6 months ago
Math.pow(x,0.5) vs Math.sqrt(x) vs ** 0.5 6 months ago
Spread vs Push4 6 months ago
Spread vs Push3 6 months ago
R.pathOr vs optional chaining 6 months ago

 Create Your benchmarks


;