attribute finding: querySelectorAll vs evaluate (version: 0)
Benchmark.js
trying to see how to best emulate $x(), and how that compares to querySelectorAll (in a case where there is an equivalent pattern)
unfortunately can't test against $x(), but I reckon it would've been way faster than the methods employed here to construct something array-like from evaluate() to mimic it :(
Comparing performance of:querySelectorAll vs evaluate (ask for big array, copy elements) vs evaluate2 (add elements one by one to empty array) vs evaluate (ordered)