DOM get attributes of children vs JS Array READ performance v2 (version: 0)
Benchmark.js
Results: Reading the DOM with nextElementSibling + getAttribute is less than 5% slower than an JS array list.
textContent is slightly faster than a JS array list, and nodeValue is 3X faster.
Comparing performance of:fastest iter childelements vs tag name vs class name vs id vs array of node vs array item vs fastest iter childelements + getAttribute vs fastest iter childelements + nodeValue vs fastest iter childelements + textContent vs fastest iter childelements + getAttributeNode