Benchmark name | When Created |
---|---|
className vs classList normalization | 2 days ago |
set.add vs array.push vc1 | 2 days ago |
Determining if a variable is an object
Compares three ways of determining if a variable is an object. - Check if object by comparing value to an object instantiated from the value - Using typeof - Using instanceof |
2 days ago |
Ways to cache Intl.NumberFormat
Try to test different ways of keeping Intl.NumberFormat instances for better performance. |
2 days ago |
this is a testd | 2 days ago |
this is a test | 2 days ago |
Set has vs object key bigger list
performance comparison of ways to find if an array contains a value |
2 days ago |
createElement vs cloneNode for template
Faster way to create new dom elements before insertion |
2 days ago |
Add up values in array
The main difference between these loops is that the second loop increments i mid-loop so it can avoid a subtraction to get the previous element. This is the kind of operation you would do to get an integral image so the array size is set to the same amount of pixels as a 720p image. |
2 days ago |
Test: CSS calc() with var() - 02
Test difference in performance with calc() and var() functions compared with simple units. Test on unitless, percentage and absolute values. |
2 days ago |
object create null db fork | 2 days ago |
eval vs new Function - bool | 2 days ago |
structuredClone vs deepClone vs JSON clone and compare with custom function vs stringified | 2 days ago |
Native Array at vs Native Array length - 1 vs Lodash at | 2 days ago |
fetch.arrayBuffer() vs fetch.bytes() 2 | 3 days ago |
fetch.arrayBuffer() vs fetch.bytes() | 3 days ago |
String.replace using regex vs string | 3 days ago |
Lodash CloneDeep vs Immer Produce - Bigger Data Set | 3 days ago |
document.body.getElementsByClassName vs document.getElementsByClassName +more el | 3 days ago |
document.body.getElementsByClassName vs document.getElementsByClassName + | 3 days ago |
document.body vs document.querySelector vs document.getElementsByTagName speed test | 3 days ago |
Direct call vs bind vs call vs apply, with spread syntax | 3 days ago |
Hihihihi
hihi |
3 days ago |
defineproperty (data property) vs direct assignment | 3 days ago |
set.has vs. array.includes 2233344 | 3 days ago |