I'm testing CFR+ on my computer at work on a full sized problem, where it seems to slightly, but significantly outperform my CFR algorithm. However, I got bored with waiting for it to finish, so I tried testing it tonight on my laptop with a small problem (QQ+, AKo, v QQ+ AKo). Here's what I got. In each case the top graph is the Player 1's strategy for each flop hand bucket at the first decision node as a function of number of CFR sweeps (a CFR sweep is a complete sweep through all possible flop hand bucket match ups, turn card buckets and river card buckets). Note that it's really hard to say whether it's converged, and it's all I had to go on before I started calculating the exploitability. The lower graph is the exploitability in millipots. The horizontal, dashed line is 20 millipots, where I stop.
CFR+ with averaging

CFR+ with weighted averaging

Standard CFR (with external sampling)

As you can see, standard CFR outperforms CFR+ by a wide margin. I can only, provisionally, conclude that CFR+ is only more efficient than CFR if the ranges are sufficiently large. I'll be interested to see whether this corresponds to any theoretical predictions that those nice game theorists come up with.