Benchmark name | When Created |
---|---|
for of vs for loops 10k | 18 days ago |
Set.toArray vs Spread | 18 days ago |
toArray vs Spread | 18 days ago |
getAttribute(…) vs. getAttributeNode(…).value | 18 days ago |
set vs array mod | 18 days ago |
Check Variants2 | 19 days ago |
Check Variants 2 | 19 days ago |
Check Variants | 19 days ago |
Lodash.isEqual vs JSON.stringify Equality Comparison for json objects
Test on isEqual performance |
19 days ago |
Array extension techniques 3
Like https://www.measurethat.net/Benchmarks/Show/7699/0/array-concat-vs-spread-vs-push-spread-loop-apply but uses more batches of a larger size each |
19 days ago |
test array.includes vs set.has 2 | 19 days ago |
Destructuring function argument
destructure an object into a function. |
19 days ago |
Array from Set vs setToArray (from lodash) | 19 days ago |
Array from Set vs lodash setToArray | 19 days ago |
lodash pick vs native using reduce | 19 days ago |
createElement vs cloneNode w/ 3 children
Faster way to create new dom elements before insertion |
19 days ago |
array math.max vs for loop using object
compare finding the maximum value with math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, & finally a basic foor loop using length caching |
19 days ago |
Array extension techniques 2
Like https://www.measurethat.net/Benchmarks/Show/7699/0/array-concat-vs-spread-vs-push-spread-loop-apply but uses more batches of a larger size each |
19 days ago |
Array extension techniques
Like https://www.measurethat.net/Benchmarks/Show/7699/0/array-concat-vs-spread-vs-push-spread-loop-apply but uses more batches of a larger size each |
19 days ago |
init on demand vs at the beginning | 19 days ago |
Property vs getAttribute | 19 days ago |
Lodash sortBy vs Array.prototype.toSorted | 19 days ago |
Number vs + vs parseFloat V2123123 | 19 days ago |
Number() vs parseFloat() | 19 days ago |
new Date from string vs new Date from number timestamp | 19 days ago |