Benchmark name When Created
Fastest way to list children: childNodes vs children vs firstChild/nextSibling vs firstElementChild/nextElementSibling v2 fixed

Result: firstElementChild is the fastest yielding 3-4X performance. With lastElementChild close (margin of error) 2nd. Other observations: doing for loop i-- with children shows ~150% higher performance vs i++. And unloading it into a variable prior yields another ~200% boost

3 years ago
Fastest way to list children: childNodes vs children vs firstChild/nextSibling vs firstElementChild/nextElementSibling v2

Result: firstElementChild is the fastest yielding 3-4X performance. With lastElementChild close 2nd. Other observations: doing for loop i-- with children shows ~150% higher performance vs i++. And unloading it into a variable prior yields another ~200% boost

3 years ago
foreach vs map by wayne 3 years ago
1 iter vs 3 iter 3 3 years ago
1 iter vs 3 iter 3 years ago
Direct Array vs Typed Array vs Array read performances 3 years ago
EGO Intersection lodash vs underscore vs manual 3 years ago
createTextNode vs createComment 3 years ago
reverseArray 3 years ago
map speed 3 years ago
Remove by splice vs copyWithin vs filter (numeric array)

Deletion of an element from an array.

3 years ago
for-in vs for..of object.keys 3 years ago
absolute 3 years ago
_.isEqual vs dequal vs JSON.stringify

Test on _.isEqual vs dequal vs JSON.stringify performance

3 years ago
getElementById vs JQuery

Faster way to find element

3 years ago
mat get vs has2 3 years ago
mat get vs has 3 years ago
jQuery by id vs Document.getElementById2

Comparing speed of getting element by id with jQuery vs Vanilla JS

3 years ago
1232132112 3 years ago
2132111 3 years ago
1232121

1211

3 years ago
12321321

121

3 years ago
ㅇㄹㄴㄹㅇㄴㅇㄴ

ㄴㅇㅁㅁㅁ

3 years ago
11dsfsdf 3 years ago
Recursion vs Iteration v2 3 years ago

 Create Your benchmarks