Benchmark name | When Created |
---|---|
sumOfEventNumbers-vanilla-vs-rxjs-7 | 3 years ago |
createTextNode(and removeChild), textContent, innerText, innerHTML, nodeValue (HTML)
<a> tag has a child (space), so nodeValue works correctly this way |
3 years ago |
concatenation vs template literal | 3 years ago |
Add rows to Table: insertRow() vs appending innerHTML vs insertAdjacentHTML
Vannilla JS version, no jquery |
3 years ago |
Dynamic Create of Table: insertRow() vs appending HTML
Vannilla JS version, no jquery |
3 years ago |
Lodash vs Native reduce + Object.keys for collections | 3 years ago |
Math.pow vs ** vs * forcing floats vs bigint
A minor update to see if forced floats perform differently than ints and also see how BigInts compare (note: Math.pow does not work on BigInts). |
3 years ago |
for-in vs object.keys vs for..of object.keys | 3 years ago |
filter-map vs reduce fixed
modified version of `map-filter vs reduce` that switches the order of operations Original was not fair comparison as it mapped all iterations not just the ones that passed the filter |
3 years ago |
find vs loop array test bigger array
performance find item in loop vs find item with array.find |
3 years ago |
find vs loop array test
performance find item in loop vs find item with array.find |
3 years ago |
123dsfsdfdsfds
123 |
3 years ago |
2dArray[a][b] vs getValue(obj, a, b);
Conditional 2D Array index-swapped get performance test. |
3 years ago |
concat vs spread 2.0
measure the speed of concat versus spread operator |
3 years ago |
lodash sumBy vs normal sum of 4 values | 3 years ago |
Lodash slick vs array destructuring assignment | 3 years ago |
Add break in ipV6 address #2 | 3 years ago |
Add break in ipV6 address | 3 years ago |
for-in vs object.keys (fork) | 3 years ago |
Lodash cloneDeep vs JSON Clone vs Lodash clone 2 | 3 years ago |
Lodash cloneDeep vs JSON Clone vs Lodash clone | 3 years ago |
for vs foreach vs some vs for..of v6
Compare loop performance |
3 years ago |
for vs foreach vs some vs for..of v5
Compare loop performance |
3 years ago |
speedtest | 3 years ago |
tests test
test |
3 years ago |