Benchmark name When Created
lodash pick vs native using reduce 8 days ago
createElement vs cloneNode w/ 3 children

Faster way to create new dom elements before insertion

8 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

9 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

9 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

9 days ago
init on demand vs at the beginning 9 days ago
Property vs getAttribute 9 days ago
Lodash sortBy vs Array.prototype.toSorted 9 days ago
Number vs + vs parseFloat V2123123 9 days ago
Number() vs parseFloat() 9 days ago
new Date from string vs new Date from number timestamp 9 days ago
desctructuring array keys vs access via index 9 days ago
desctructuring object keys vs access via dot 9 days ago
Splice vs Unshift (at least addition last elements 2) 9 days ago
Splice vs Unshift (at least addition of last elements) 9 days ago
int vs str map key perf set and get 1 9 days ago
int vs str map key perf set and get 9 days ago
ImmutableJS: toArray vs toJS vs map + push 9 days ago
Immutable: toArray vs toJS vs map + push 9 days ago
checkUrl protocol indexOf vs RegExp 10 days ago
Custom Event vs Callback (with actual call) 10 days ago
unshift vs pop,push(3) 11 days ago
unshift vs pop,push(2) 11 days ago
unshift vs pop,push 11 days ago
RegEx.test vs. array .includes 12 days ago

 Create Your benchmarks