Benchmark name | When Created |
---|---|
ddddddd
xx |
one year ago |
set.has
has |
one year ago |
Manual vs InnerHTML | one year ago |
=== vs includes
how much of a performance deficit you can expect from using Array.includes instead of strict equal |
one year ago |
Object.fromEntries vs forEach vs For Loop | one year ago |
checking empty array
isArray vs array.length |
one year ago |
parentElement vs parentNode | one year ago |
check empty array
isArray or array. lenght? |
one year ago |
Regex vs string compare | one year ago |
Fastest way to check if object is empty - EP3
You don't need to make add for loops in your test scenarios, the benchmark does it itself. |
one year ago |
array includes vs object key (small)
Performance comparison of ways to find if an array contains a value |
one year ago |
includes vs === v1 | one year ago |
Ajaytest
FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value. |
one year ago |
set.has vs. array.includes vs array.indexOf (small set of number values)
Numbers instead of strings |
one year ago |
RegEx.test vs. String.includes vs. String.match vs String.startsWith | one year ago |
adsgfgjghjghjdjfgjhfgjh | one year ago |
array fill 10000
compare some iterated array from size |
one year ago |
Array access + add diff types | one year ago |
ducking test5 | one year ago |
Base64 encoding test: Native JS Func vs FileReader.readAsDataURL() | one year ago |
Base64 encode native func vs readAsDataURL() | one year ago |
Object cloning with Lodash cloneDeep vs merge vs structuredClone | one year ago |
Object cloning with Lodash clone vs cloneDeep vs merge vs ES6 object spread vs ES6 Object.assign vs structuredClone | one year ago |
6 properties - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute (w/ nullCheck) 2 | one year ago |
6 properties - style.setProperty vs style.cssText vs style vs Object.assign vs setAttribute (w/ nullCheck) | one year ago |