Benchmark name When Created
querySelector vs getElementsByTagName check presence 3 years ago
best concat 3 years ago
ym0AIT7Il6askdakjdkakjsdkjb 3 years ago
ym0AIT7Il6 3 years ago
append() vs appendChild() for moving a couple elements

ParentNode.append() is more convenient. Is it also faster when moving several elements at once from a parent A to a parent B? https://developer.mozilla.org/en-US/docs/Web/API/Element/append https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild

3 years ago
ParentNode.append() vs Node.appendChild() for adding a couple elements

ParentNode.append() is more convenient. Is it also faster when needing to append several elements at once? https://developer.mozilla.org/en-US/docs/Web/API/Element/append https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild

3 years ago
Map.get vs Object[i] vs Map.has 3 years ago
Test includes versus indexof

Test

3 years ago
kitesurfing is cool 3 years ago
setAttribute vs type 3 years ago
createTextNode vs textContent vs innerText vs append 3 years ago
Remove from array and assign 3 years ago
Unique Values in Array 3 years ago
new Set([x]).has vs [x].includes 3 years ago
ext math pow vs multiply 3 years ago
Occurance with filter or forEach 3 years ago
Array: Slice vs Spread perf 3 years ago
Array loop vs foreach vs map vs map (short) 3 years ago
Object Length vs Lodash Size 3 years ago
r v s bench3 3 years ago
r v s bench2 3 years ago
r v s bench 3 years ago
set vs compare functions and set 3 years ago
innerhtml vs removechild vs remove vs innerText 3 years ago
splice vs =

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

3 years ago

 Create Your benchmarks