Benchmark name When Created
Testing 4567_2

save length of the array in the variable vs get it the loop

4 years ago
Testing 4567

save length of the array in the variable vs get it the loop

4 years ago
Boolean constructor vs double negotiation trick in javascript 4 years ago
_.isEmpty vs You-Dont-Need-Lodash-Underscore#_isempty 4 years ago
PH - Object Creation 4 years ago
slice vs substr vs substring (with end index) -x

Compares slice, substr and substring to each other when there is only a start index

4 years ago
getElementById vs id function

document.getElementById() versus id wrapper function Performance comparison of inline use of the browser native DOM method document.getElementById() vs javascript wrapper functions in various forms (declaration, expression, arrow). As expected there are not big differences, but it is interesting that calling the JS wrapper function can be faster in some cases.

4 years ago
createElement vs cloneNode vs cloneNode(false)

Faster way to create new dom elements before insertion

4 years ago
for-of vs object.keys 4 years ago
Lodash get vs isNil 4 years ago
key vs key 4 years ago
Compare spread operator in objects vs set the properties in the object directly

This benchmark is to compare the cost of using the spread operator in objects

4 years ago
Lodash Difference vs Set.delete 2 4 years ago
Lodash Difference vs Set.delete 4 years ago
spread vs for 4 years ago
spread vs while 4 years ago
from vs spread vs while 4 years ago
from vs spread 4 years ago
Lodash.get vs Property dot notation my test 4 years ago
Stringify vs Assign 4 years ago
Lodash.js vs Native testg 4 years ago
Finite vs Known Multiples (High Limit)

I'm a dog with a bone.

4 years ago
Finite vs Known Multiples

I'm a dog with a bone.

4 years ago
Finite vs Multiples Only

I'm a dog with a bone.

4 years ago
destruct and test vs. property access test for type

Use destruct syntax let {x} = config; if(x){} compared to if(typeof config.x === 'string'){}

4 years ago

 New benchmark Your benchmarks