DOM get attributes of children vs JS Array READ performance (version: 0)
Results: Reading the DOM with nextElementSibling + getAttribute is less than 5% slower than an JS array list
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