Benchmark name When Created
Lodash get() comparison

Compares get(data, "prop.names.here") vs get(data, ["prop", "names", "here"]

5 years ago
qwewtrqw1231

1qerqwe123

5 years ago
_.some vs _.find

Compare _.some vs _.find

5 years ago
Lodash cloneDeep vs spread 5 years ago
for vs forEach vs for-of

for vs forEach vs for-of

5 years ago
lodash.each vs Object.forEach vs Native for 5 years ago
set add vs map 2 5 years ago
set add vs map 5 years ago
Testing 4567_2

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

5 years ago
Testing 4567

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

5 years ago
Boolean constructor vs double negotiation trick in javascript 5 years ago
_.isEmpty vs You-Dont-Need-Lodash-Underscore#_isempty 5 years ago
PH - Object Creation 5 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

5 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.

5 years ago
createElement vs cloneNode vs cloneNode(false)

Faster way to create new dom elements before insertion

5 years ago
Lodash get vs isNil 5 years ago
key vs key 5 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

5 years ago
Lodash Difference vs Set.delete 2 5 years ago
Lodash Difference vs Set.delete 5 years ago
spread vs for 5 years ago
spread vs while 5 years ago
from vs spread 5 years ago
Lodash.get vs Property dot notation my test 5 years ago

 Create Your benchmarks


;