singult
singult copied to clipboard
Use datastructure hashes to optimize DOM walking
Rather than walk everything all the time when merging, since everything is data-driven it may be faster to hash the vectors representing each element, attach that to the live DOM node, and then on future merges only descend and merge when the hash changes.