Benchmark name | When Created |
---|---|
array[array.length - 1] vs array.at(-1) 3 | one year ago |
Object lookup vs switch statement | one year ago |
function vs class vs proto | one year ago |
javascript foreach vs javascript each vs jquery javascript for | one year ago |
Quick stringification | one year ago |
Test Lodash by Huy le 1
Test Lodash by Huy le 1 |
one year ago |
Object from entries - Object.assign vs. spread vs. simple mutate
Tests the difference in performance when reconstructing an object from its entries via reduce, between using Object.assign and the object rest spread operator |
one year ago |
Object from entries - Object.assign vs. spread
Tests the difference in performance when reconstructing an object from its entries via reduce, between using Object.assign and the object rest spread operator |
one year ago |
Test Lodash by Huy le
test |
one year ago |
Float32 vs Float64 | one year ago |
for in loop | one year ago |
Array concat vs spread vs push spread, loop, for of loop
Compare the new ES6 spread operator with the traditional concat() method and push |
one year ago |
assignment operators | one year ago |
conditional spread vs conditional mutate | one year ago |
Object.fromEntries vs reduce vs for loop | one year ago |
Object.fromEntries vs reduce round 2 | one year ago |
Number.toLocaleString vs Intl.NumberFormat (multiple values) | one year ago |
Array.includes vs Object key lookup vs Set.has | one year ago |
DOMParser vs createContextualFragment vs innerHTML vs insertAdjacentHTML
Compare DOMParser with createContextualFragment and innerHTML in a single test. |
one year ago |
typeof vs boolean | one year ago |
Array.prototype.slice vs spread operator (use results)
Compare the new ES6 spread operator with the traditional slice() method |
one year ago |
[key, value] of Object.entries vs for..in | one year ago |
Chunk array generator(slice) vs slice vs for loop | one year ago |
Chunk array slice vs for loop | one year ago |
Lodash cloneDeep vs structuredClone vs JSON Parse vs primitive
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone |
one year ago |