Benchmark name | When Created |
---|---|
querySelectorAll vs getElementsByTagName iteration 222 | 11 months ago |
querySelectorAll vs getElementsByTagName iteration 22 | 11 months ago |
Lodash sumBy vs reduce v0.0.1 | 11 months ago |
[2024] Lodash .sumBy vs. Reduce with / 10002 | 11 months ago |
[2024] Lodash .sumBy vs. Reduce with / 1000 | 11 months ago |
args stringify vs join vs toString 2 | 11 months ago |
args stringify vs join vs toString | 11 months ago |
clsx string concat vs array join | 11 months ago |
Array.prototype.slice vs spread operator 73 3
Compare the new ES6 spread operator with the traditional slice() method |
11 months ago |
Array.prototype.slice vs spread operator 73 2
Compare the new ES6 spread operator with the traditional slice() method |
11 months ago |
Array.prototype.slice vs spread operator 73
Compare the new ES6 spread operator with the traditional slice() method |
11 months ago |
Access to Proxy vs Object vs Signal 2.3 | 11 months ago |
Access to Object vs Signal 2.2 | 11 months ago |
Access to Object vs Signal 2.1 | 11 months ago |
Lodash _.union vs native Set() (accurate) | 11 months ago |
hex "#"
hex get rid '#" |
11 months ago |
hex substring vs slice
geting rid if '#' |
11 months ago |
Array remove | 11 months ago |
jQuery3 .html() vs Element.innerHTML | 11 months ago |
Map creation in JS | 11 months ago |
querySelector vs JQuery
Compares the performance of querySelector against JQuery for selecting elements. For class selector, getElementsByClassName is the best. For element selector, getElementsByTagName is the best. |
11 months ago |
Lodash vs Just | 11 months ago |
Performance of new Error().stack | 11 months ago |
Comparing date allocation
Checking how expensive creating a date is compared to deferring it to be done in a lazy fashion later on. |
11 months ago |
Regex construction vs execution
Compare literal and string construction of Regex with exec() leverage a pattern with and without captures. |
11 months ago |