Benchmark name | When Created |
---|---|
Test map efficiency | 9 days ago |
Lodash some vs JavaScript Object.values and some
Comparing performance of: Lodash vs Native |
9 days ago |
(Expanded) Filtering out empty rows from a 2D Array | 9 days ago |
Filtering out empty rows from a 2D Array | 9 days ago |
Lodash Set performance
perf check vs simple implementation |
9 days ago |
uniq vs [new Set()] | 10 days ago |
Intl.NumberFormat vs toLocalString- | 10 days ago |
meow meow meow meow ,epw
Compare round lodash function vs javascript native toFixed() function |
10 days ago |
meow meow meow meow
Compare round lodash function vs javascript native toFixed() function |
10 days ago |
stringPrettify | 10 days ago |
uniq vs new Set() | 10 days ago |
Array element assignment
Replace the content of one array with the content of another array. Assume that: • alternative approaches are not a choice: • reusing the second array; • cloning the second array; • the arrays are not the same, are not sparse and are of the same length; • content order must be kept; • the difference between +0 and -0 and the differences between NaNs are irrelevant: • we can use === or Object.is() to avoid assignments; • otherwise, elements are opaque; The tests with literals, constants and variables serve as baselines for performance comparison. |
11 days ago |
flat vs forEach | 11 days ago |
if-else vs switch 545 | 11 days ago |
spread vs loop | 11 days ago |
Checkboxes table OBJECT VS ARRAY | 11 days ago |
SolidJS: html vs h | 11 days ago |
__proto__: null vs Object create null | 11 days ago |
Lodash merge vs Immer Produce on moderate size object
Lodash CloneDeep vs Immer Produce on moderate size object with 1000 elements in an array |
12 days ago |
Lodash CloneDeep vs Immer Produce on moderate size object
Lodash CloneDeep vs Immer Produce on moderate size object with 1000 elements in an array |
12 days ago |
RegExp search and replace vs URL and searchParams delete | 12 days ago |
Lodash CloneDeep vs Immer Produce latest | 12 days ago |
React 3 | 12 days ago |
React 2 | 12 days ago |
typeof x === 'number' vs isNaN(x) F302 | 12 days ago |