Benchmark name | When Created |
---|---|
for vs forEach vs reduce
Benchmark to test performance of for vs forEach vs reduce when N is under 50 |
5 years ago |
Comparing caching speeds to function speed
A structure for checking whether caching/memoization is worth it |
5 years ago |
Object.assign vs spread operator vs direct edit | 5 years ago |
Array: spread operator vs push #2 | 5 years ago |
Array: spread operator vs push | 5 years ago |
Arrays: spread operator vs push | 5 years ago |
weakmap vs closure | 5 years ago |
Array.reduce | 5 years ago |
jQuery :visible vs Javascript : find visible element | 5 years ago |
momentjs isBefore versus lt operator | 5 years ago |
Split vs Regex | 5 years ago |
Concat, Slice, Join | 5 years ago |
lodash merge vs asign | 5 years ago |
Cilq Ramda vs. Lodash 1
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits. |
5 years ago |
Ponder
xxx |
5 years ago |
String template vs join | 5 years ago |
imperative-prop-selector4 | 5 years ago |
imperative-prop-selector3 | 5 years ago |
eval vs json parse (working) | 5 years ago |
imperative-prop-selector | 5 years ago |
xotahal - map
measures the speed of ramda's map vs Array's native map vs lodash map vs Immutable map |
5 years ago |
LoDash Omit vs Destructured undefined
Testing LoDash's omit function against Destructured undefined |
5 years ago |
Regex removing whitespace vs trim
testing removing beginning and end whitespace vs trim |
5 years ago |
slice vs substr vs substring (with no end index but longer)
Compares slice, substr and substring to each other when there is only a start index |
5 years ago |
findIndex vs map & indexOf | 5 years ago |