Benchmark name | When Created |
---|---|
EventListener in parent vs EventListener in childs | 3 years ago |
Testing var undefined comparison & checking it via object/array.
(1 in arguments) means to check if "2nd var" parameter is defined in arguments list in a function. |
3 years ago |
if(!variable) vs if(variable===undefined) performance | 3 years ago |
Find Keys by loop or JSON stringify | 3 years ago |
JSON.parse vs string.split 2 | 3 years ago |
benchmark assigment vs object.assign | 3 years ago |
reduce.concat() vs flat() - 2lvl only
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
reduce.concat() vs flat(2)
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
Lazy single quote regexp search | 3 years ago |
QuoteTest | 3 years ago |
String | 3 years ago |
Check regexp | 3 years ago |
Array Spread vs slice | 3 years ago |
IndexOf vs Includes vs lodash includes vs for with let | 3 years ago |
localcompare vs includes | 3 years ago |
IndexOf vs Includes vs lodash includes vs for | 3 years ago |
Map vs Object Creation
Insertion to map vs object |
3 years ago |
Array vs Linked List with shift
Compare performance of Array vs Linked List with both shift and unshift |
3 years ago |
isEqual + sort vs. difference | 3 years ago |
RegEx.test vs Array.includes (Lowercase) | 3 years ago |
Object.fromEntries vs of | 3 years ago |
indexOf vs includes vs some - 20211114
performance comparison of ways to find if an array contains a value |
3 years ago |
Compare set difference algorithms
Compare difference algorithms for sorted arrays |
3 years ago |
Ramda map vs Array.map anonymous function (not arrow)
measures the speed of ramda's map vs Array's native map |
3 years ago |
Ramda map vs Array.map anonymous function
measures the speed of ramda's map vs Array's native map |
3 years ago |