Benchmark name | When Created |
---|---|
React Hooks vs. Inline (React 16.14.0) | 3 years ago |
IndexOf vs Includes in array
Banana |
3 years ago |
replaceWith vs innerHTML | 3 years ago |
Array split vs string substring 2 | 3 years ago |
ES6 Map vs Hash Table vs Keys | 3 years ago |
reduce vs for...of | 3 years ago |
insertAdjacentHTML with outerHTML vs append with CloneNode vs appendChild | 3 years ago |
insertAdjacentHTML with outerHTML vs append with CloneNode | 3 years ago |
concat two arrays: push vs destructuring | 3 years ago |
Number.toLocaleString vs Intl.NumberFormat5 | 3 years ago |
Number.toLocaleString vs Intl.NumberFormat4 | 3 years ago |
Number.toLocaleString vs Intl.NumberFormat3 | 3 years ago |
Slice vs Pop vs index | 3 years ago |
Test of destructurization | 3 years ago |
random test benchmark asdasd | 3 years ago |
blahhhh
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower |
3 years ago |
indexOf vs regex multiple cases | 3 years ago |
Map (Native vs Ramda vs Lodash) new
measures the speed of ramda's map vs Array's native map vs lodash map |
3 years ago |
Ramda vs. Lodash - New
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. |
3 years ago |
Object Literal x Switch x else if | 3 years ago |
Array split vs string substring+string.lastIndexOf | 3 years ago |
js array perfomance | 3 years ago |
Key lookup using different methods. | 3 years ago |
hasOwnProperty vs Map()
given if initialization and obj are both O(1) ,test the performance |
3 years ago |
map VS keys VS hasOwnProperty | 3 years ago |