Benchmark name | When Created |
---|---|
Build article from template vs from code
Comparing speed of cloned template and updated elements vs rebuilding whole content from scratch |
5 years ago |
Update template elements vs replace template HTML | 5 years ago |
Template vs CreateElement | 5 years ago |
Spread assign vs Array push | 5 years ago |
Check function. typeof vs constructor + null check
Difference between typeof(a => {}) === 'function' and (a => {}).constructor === Function |
5 years ago |
array flat vs _.flatten | 5 years ago |
splice VS shift VS splice bulk 300 list
300 list |
5 years ago |
splice VS shift VS splice bulk
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower |
5 years ago |
Test push vs spread | 5 years ago |
Update data from Object (Spread vs. Object.assign) 12312879 | 5 years ago |
Update data from Object (Spread vs. Object.assign) 12312 | 5 years ago |
Entries vs Values | 5 years ago |
Unique values of array | 5 years ago |
indexOf vs match Dalpiaz | 5 years ago |
lodash split vs native split | 5 years ago |
concat vs lodash.concat vs array spread | 5 years ago |
Best practise for loop, with more options | 5 years ago |
Lodash isEqual vs costamcostam
Test on isEqual performance |
5 years ago |
Lodash isEqual testsdfsfssdf
Test on isEqual performancef |
5 years ago |
R.sort vs es6 sort | 5 years ago |
Lodash _forEach vs Native _forEach | 5 years ago |
Lodash isEqual test vs ===
Is it a waste of performance to run _.isEqual over something that is not an object? Find out after this commercial break! |
5 years ago |
comparisons | 5 years ago |
Math floor vs | vs shift | 5 years ago |
Lodash cloneDeep + isEqual vs JSON stringify + string comparison | 5 years ago |