Benchmark name When Created
React 18.2 useCallback hook vs. function one year ago
Flat vs Reduce one year ago
Get unique and duplicate emails one year ago
Find unique and duplicate emails one year ago
Find unique and duplicates one year ago
lodash merge, lodash assign, Object.assign, es6 spread one year ago
Create versus clone element one year ago
Math.pow(2,n) vs Table lookup vs bitwise

Which is faster: Table lookup or Math.pow(2,value) or bitwise operation (1 << value)?

one year ago
lodash groupBy vs Array.forEach 100k one year ago
Copy vs traversal one year ago
Instanceof vs number compare vs property checking vs constructor comparison

Testing performance of instanceOf vs. a number comparison (some enum type)

one year ago
replace vs substring vs split one year ago
type coercion null one year ago
Jquery 3.2 vs 3.6

Check speed

one year ago
toFixed vs toPrecision vs Math.round() as float one year ago
type coercion one year ago
vanilla vs lodash array difference one year ago
Array functions diff vs filter one year ago
Lodash vs Vanilla test one year ago
flatMap vs reduce without spread one year ago
Lodash cloneDeep vs structuredClone loa-details

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

one year ago
Array.prototype.concat vs spread operator js

Compare the new ES6 spread operator with the traditional concat() method

one year ago
Regex vs LOop one year ago
Map.get versus Array.find for 1000 elements one year ago
Map.get versus Array.find for 10000 elements one year ago

 Create Your benchmarks