Benchmark name When Created
ref?.current? vs ref.current? when current = null 6 months ago
sort alphanum 6 months ago
includes indexOf 6 months ago
ref?.current? vs ref.current? 6 months ago
Lodash.isEqual vs JSON.stringify Equality big obj

Test on isEqual performance

6 months ago
fflate gzip 6 months ago
pako vs. fflate

emulate file compression/decompression

6 months ago
typeof x === 'number' vs isNaN(x) rtestset22 6 months ago
js search benchmark 6 months ago
Object.fromEntries vs Array.reduce 6 months ago
Array.sort 1 vs Array.map x1 6 months ago
Array.sort vs Array.map x1 6 months ago
Array.sort vs Array.map x2 6 months ago
Is Some faster than !!find 6 months ago
JS Date libraries 2 fixed 6 months ago
Lodash sort vs array.prototype.sort fork for spread 6 months ago
array iteration vs _.each vs map vs for..of vs for loop AP1 6 months ago
array iteration vs _.each vs map vs for..of vs for loop AP 6 months ago
angular.copy vs JSON.parse(JSON.stringify()) vs structuredClone AP3

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

6 months ago
angular.copy vs JSON.parse(JSON.stringify()) vs structuredClone AP2

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

6 months ago
reduce vs flatmap recursive 6 months ago
angular.copy vs JSON.parse(JSON.stringify()) vs structuredClone AP_Object.assign(origArr)

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

6 months ago
angular.copy vs JSON.parse(JSON.stringify()) vs structuredClone AP

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

6 months ago
replace vs replaceAll 2 6 months ago
Compare the ways to convert String to Number in JS

Compare the most popular ways to convert string to number

6 months ago

 New benchmark Your benchmarks