Benchmark name | When Created |
---|---|
Lodash.isEqual vs JSON.stringify Equality Comparison for json objects
Test on isEqual performance |
21 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 |
21 days ago |
test array.includes vs set.has 2 | 21 days ago |
Destructuring function argument
destructure an object into a function. |
21 days ago |
Array from Set vs setToArray (from lodash) | 21 days ago |
Array from Set vs lodash setToArray | 21 days ago |
lodash pick vs native using reduce | 21 days ago |
createElement vs cloneNode w/ 3 children
Faster way to create new dom elements before insertion |
21 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 |
21 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 |
21 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 |
21 days ago |
init on demand vs at the beginning | 21 days ago |
Property vs getAttribute | 21 days ago |
Lodash sortBy vs Array.prototype.toSorted | 21 days ago |
Number vs + vs parseFloat V2123123 | 21 days ago |
Number() vs parseFloat() | 21 days ago |
new Date from string vs new Date from number timestamp | 22 days ago |
desctructuring array keys vs access via index | 22 days ago |
desctructuring object keys vs access via dot | 22 days ago |
Splice vs Unshift (at least addition last elements 2) | 22 days ago |
Splice vs Unshift (at least addition of last elements) | 22 days ago |
int vs str map key perf set and get 1 | 22 days ago |
int vs str map key perf set and get | 22 days ago |
ImmutableJS: toArray vs toJS vs map + push | 22 days ago |
Immutable: toArray vs toJS vs map + push | 22 days ago |