Attribute existence check within NamedNodeMap (version: 1)
Comparing perf of iterating through a NamedNodeMap in syncNodeFrom vs an Array created from said map. In this variant, we only create the array for the element being modified.
Comparing performance of: Original vs With attribute existence check